is not current version
Last Version 1.6.0

com.survivingwithandroid:weatherlib 1.5.7

Android Weather Lib

GroupId

GroupId

com.survivingwithandroid
ArtifactId

ArtifactId

weatherlib
Version

Version

1.5.7
Type

Type

aar

Download weatherlib 1.5.7


<!-- 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"]