You can download retrofit1-okhttp3-client-1.0.2.jar in this page.
Apache License Version 2.0
retrofit1-okhttp3-client-1.0.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.jakewharton.retrofit/retrofit1-okhttp3-client/pom.properties META-INF/maven/com.jakewharton.retrofit/retrofit1-okhttp3-client/pom.xml com.jakewharton.retrofit.Ok3Client.class
retrofit1-okhttp3-client-1.0.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.jakewharton.retrofit</groupId> <artifactId>retrofit1-okhttp3-client</artifactId> <version>1.0.2</version> <name>Retrofit 1 OkHttp 3 Client</name> <description>A OkHttp 3 client implementation for Retrofit 1.</description> <inceptionYear>2016</inceptionYear> <scm> <url>http://github.com/JakeWharton/retrofit1-okhttp3-client</url> <connection>scm:git:git://github.com/JakeWharton/retrofit1-okhttp3-client.git</connection> <developerConnection>scm:git:git@github.com:JakeWharton/retrofit1-okhttp3-client.git</developerConnection> </scm> <issueManagement> <system>GitHub Issues</system> <url>http://github.com/JakeWharton/retrofit1-okhttp3-client/issues</url> </issueManagement> <licenses> <license> <name>Apache License Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.7</java.version> </properties> <dependencies> <dependency> <groupId>com.squareup.retrofit</groupId> <artifactId>retrofit</artifactId> <version>1.9.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>3.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> <version>0.28</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>${java.version}</source> <target>${java.version}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.10</version> <configuration> <failsOnError>true</failsOnError> <configLocation>checkstyle.xml</configLocation> <consoleOutput>true</consoleOutput> </configuration> <executions> <execution> <phase>verify</phase> <goals> <goal>checkstyle</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.jakewharton.retrofit</groupId> <artifactId>retrofit1-okhttp3-client</artifactId> <version>1.0.2</version> </dependency>
If you think the following retrofit1-okhttp3-client-1.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download retrofit1-okhttp3-client-1.0.2.jar file