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