文件下载
文件名 操作
ahoy-maps-1.0.0-alpha05.pom 下载
Apache Maven
<dependency>
  <groupId>com.theahoyapp</groupId>
  <artifactId>ahoy-maps</artifactId>
  <version>1.0.0-alpha05</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.theahoyapp:ahoy-maps:1.0.0-alpha05'
Gradle Kotlin
implementation("com.theahoyapp:ahoy-maps:1.0.0-alpha05")
Scala SBT
libraryDependencies += "com.theahoyapp" % "ahoy-maps" % "1.0.0-alpha05"
Groovy Grape
@Grapes(
  @Grab(group='com.theahoyapp', module='ahoy-maps', version='1.0.0-alpha05')
)
Apache Ivy
<dependency org="com.theahoyapp" name="ahoy-maps" rev="1.0.0-alpha05" />
Leiningen
[com.theahoyapp/ahoy-maps "1.0.0-alpha05"]
Apache Buildr
'com.theahoyapp:ahoy-maps:jar:1.0.0-alpha05'