GroupId | GroupIdcom.facebook.stetho |
---|---|
ArtifactId | ArtifactIdstetho-urlconnection |
Version | Version1.4.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho-urlconnection/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho-urlconnection</artifactId>
<version>1.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-urlconnection/
implementation 'com.facebook.stetho:stetho-urlconnection:1.4.2'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-urlconnection/
implementation ("com.facebook.stetho:stetho-urlconnection:1.4.2")
'com.facebook.stetho:stetho-urlconnection:aar:1.4.2'
<dependency org="com.facebook.stetho" name="stetho-urlconnection" rev="1.4.2">
<artifact name="stetho-urlconnection" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho-urlconnection', version='1.4.2')
)
libraryDependencies += "com.facebook.stetho" % "stetho-urlconnection" % "1.4.2"
[com.facebook.stetho/stetho-urlconnection "1.4.2"]