Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.survivingwithandroid |
ArtifactId | ArtifactIdweatherlib_okhttpclient |
Version | Version1.5.3 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.survivingwithandroid/weatherlib_okhttpclient/ -->
<dependency>
<groupId>com.survivingwithandroid</groupId>
<artifactId>weatherlib_okhttpclient</artifactId>
<version>1.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.survivingwithandroid/weatherlib_okhttpclient/
implementation 'com.survivingwithandroid:weatherlib_okhttpclient:1.5.3'
// https://jarcasting.com/artifacts/com.survivingwithandroid/weatherlib_okhttpclient/
implementation ("com.survivingwithandroid:weatherlib_okhttpclient:1.5.3")
'com.survivingwithandroid:weatherlib_okhttpclient:aar:1.5.3'
<dependency org="com.survivingwithandroid" name="weatherlib_okhttpclient" rev="1.5.3">
<artifact name="weatherlib_okhttpclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.survivingwithandroid', module='weatherlib_okhttpclient', version='1.5.3')
)
libraryDependencies += "com.survivingwithandroid" % "weatherlib_okhttpclient" % "1.5.3"
[com.survivingwithandroid/weatherlib_okhttpclient "1.5.3"]