GroupId | GroupIdcom.facebook.stetho |
---|---|
ArtifactId | ArtifactIdstetho-urlconnection |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
stetho-urlconnection-1.0.1.pom | |
stetho-urlconnection-1.0.1.jar | 8 KB |
stetho-urlconnection-1.0.1-sources.jar | 6 KB |
stetho-urlconnection-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho-urlconnection/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho-urlconnection</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-urlconnection/
implementation 'com.facebook.stetho:stetho-urlconnection:1.0.1'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-urlconnection/
implementation ("com.facebook.stetho:stetho-urlconnection:1.0.1")
'com.facebook.stetho:stetho-urlconnection:jar:1.0.1'
<dependency org="com.facebook.stetho" name="stetho-urlconnection" rev="1.0.1">
<artifact name="stetho-urlconnection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho-urlconnection', version='1.0.1')
)
libraryDependencies += "com.facebook.stetho" % "stetho-urlconnection" % "1.0.1"
[com.facebook.stetho/stetho-urlconnection "1.0.1"]