GroupId | GroupIdcom.survivingwithandroid |
---|---|
ArtifactId | ArtifactIdweatherlib |
Version | Version1.5.7 |
Type | Typeaar |
Filename | Size |
---|---|
weatherlib-1.5.7.pom | |
weatherlib-1.5.7.aar | 86 KB |
weatherlib-1.5.7-sources.jar | 66 KB |
weatherlib-1.5.7-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.survivingwithandroid/weatherlib/ -->
<dependency>
<groupId>com.survivingwithandroid</groupId>
<artifactId>weatherlib</artifactId>
<version>1.5.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.survivingwithandroid/weatherlib/
implementation 'com.survivingwithandroid:weatherlib:1.5.7'
// https://jarcasting.com/artifacts/com.survivingwithandroid/weatherlib/
implementation ("com.survivingwithandroid:weatherlib:1.5.7")
'com.survivingwithandroid:weatherlib:aar:1.5.7'
<dependency org="com.survivingwithandroid" name="weatherlib" rev="1.5.7">
<artifact name="weatherlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.survivingwithandroid', module='weatherlib', version='1.5.7')
)
libraryDependencies += "com.survivingwithandroid" % "weatherlib" % "1.5.7"
[com.survivingwithandroid/weatherlib "1.5.7"]