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