GroupId | GroupIdcom.aerisweather |
---|---|
ArtifactId | ArtifactIdaeris-maps-lib |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
aeris-maps-lib-2.1.1.pom | |
aeris-maps-lib-2.1.1.jar | 286 KB |
aeris-maps-lib-2.1.1-sources.jar | 261 bytes |
aeris-maps-lib-2.1.1-javadoc.jar | 837 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerisweather/aeris-maps-lib/ -->
<dependency>
<groupId>com.aerisweather</groupId>
<artifactId>aeris-maps-lib</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerisweather/aeris-maps-lib/
implementation 'com.aerisweather:aeris-maps-lib:2.1.1'
// https://jarcasting.com/artifacts/com.aerisweather/aeris-maps-lib/
implementation ("com.aerisweather:aeris-maps-lib:2.1.1")
'com.aerisweather:aeris-maps-lib:jar:2.1.1'
<dependency org="com.aerisweather" name="aeris-maps-lib" rev="2.1.1">
<artifact name="aeris-maps-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerisweather', module='aeris-maps-lib', version='2.1.1')
)
libraryDependencies += "com.aerisweather" % "aeris-maps-lib" % "2.1.1"
[com.aerisweather/aeris-maps-lib "2.1.1"]