Files download
File Operation
aeris-maps-library-1.0.0.jar download
aeris-maps-library-1.0.0.pom download
aeris-maps-library-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hamweather</groupId>
  <artifactId>aeris-maps-library</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.hamweather:aeris-maps-library:1.0.0'
Gradle Kotlin
implementation("com.hamweather:aeris-maps-library:1.0.0")
Scala SBT
libraryDependencies += "com.hamweather" % "aeris-maps-library" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hamweather', module='aeris-maps-library', version='1.0.0')
)
Apache Ivy
<dependency org="com.hamweather" name="aeris-maps-library" rev="1.0.0" />
Leiningen
[com.hamweather/aeris-maps-library "1.0.0"]
Apache Buildr
'com.hamweather:aeris-maps-library:jar:1.0.0'