l

library

A clustering library for the Google Maps Android API v2.
https://github.com/twotoasters/clusterkraf
The Apache Software License, Version 2.0
Carlton Whitehead
文件下载
文件名 操作
library-1.0.2.pom 下载
library-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.twotoasters.clusterkraf</groupId>
  <artifactId>library</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.twotoasters.clusterkraf:library:1.0.2'
Gradle Kotlin
implementation("com.twotoasters.clusterkraf:library:1.0.2")
Scala SBT
libraryDependencies += "com.twotoasters.clusterkraf" % "library" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.twotoasters.clusterkraf', module='library', version='1.0.2')
)
Apache Ivy
<dependency org="com.twotoasters.clusterkraf" name="library" rev="1.0.2" />
Leiningen
[com.twotoasters.clusterkraf/library "1.0.2"]
Apache Buildr
'com.twotoasters.clusterkraf:library:jar:1.0.2'