okhttp-socket-ext
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ciriti</groupId> <artifactId>okhttp-socket-ext</artifactId> <version>1.7.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.ciriti</groupId> <artifactId>okhttp-socket-ext</artifactId> <version>1.7.1</version> <name>okhttp-socket-ext</name> <description>Example of socket usage</description> <url>https://github.com/ciriti/StockMarket</url> <licenses> <license> <name>Sourcepoint License</name> <url>https://github.com/ciriti/StockMarket/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>ciriti</id> <name>Carmelo Iriti</name> <email>ciriti@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/ciriti/StockMarket.git</connection> <developerConnection>scm:git:ssh://github.com/ciriti/StockMarket.git</developerConnection> <url>https://github.com/ciriti/StockMarket/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.3.72</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.4.0</version> </dependency> </dependencies> </project>