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