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