stetho-okhttp3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.facebook.stetho</groupId> <artifactId>stetho-okhttp3</artifactId> <version>1.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.facebook.stetho</groupId> <artifactId>stetho-okhttp3</artifactId> <version>1.6.0</version> <packaging>aar</packaging> <name>Stetho OkHttp 3 module</name> <description>Stetho Debugging Platform for Android</description> <url>https://github.com/facebook/stetho</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/facebook/stetho/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>facebook</id> <name>Facebook</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/facebook/stetho.git</connection> <developerConnection>scm:git:git@github.com:facebook/stetho.git</developerConnection> <url>https://github.com/facebook/stetho.git</url> </scm> <dependencies> <dependency> <groupId>com.facebook.stetho</groupId> <artifactId>stetho</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.4.2</version> <scope>compile</scope> </dependency> </dependencies> </project>