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