l

library

Clustering library for points of interest in Android v2 Maps
https://github.com/mrmans0n/clusterer
MIT license
Nacho Lopez
Files download
File Operation
library-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>io.nlopez.clusterer</groupId>
  <artifactId>library</artifactId>
  <version>1.0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.nlopez.clusterer:library:1.0.6'
Gradle Kotlin
implementation("io.nlopez.clusterer:library:1.0.6")
Scala SBT
libraryDependencies += "io.nlopez.clusterer" % "library" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.nlopez.clusterer', module='library', version='1.0.6')
)
Apache Ivy
<dependency org="io.nlopez.clusterer" name="library" rev="1.0.6" />
Leiningen
[io.nlopez.clusterer/library "1.0.6"]
Apache Buildr
'io.nlopez.clusterer:library:jar:1.0.6'