j

java-clustering

Clustering algorithms implemented in Java
https://github.com/chen0040/java-clustering
MIT
Xianshun Chen
Files download
File Operation
java-clustering-1.0.3.jar download
java-clustering-1.0.3.pom download
java-clustering-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.chen0040</groupId>
  <artifactId>java-clustering</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.chen0040:java-clustering:1.0.3'
Gradle Kotlin
implementation("com.github.chen0040:java-clustering:1.0.3")
Scala SBT
libraryDependencies += "com.github.chen0040" % "java-clustering" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chen0040', module='java-clustering', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.chen0040" name="java-clustering" rev="1.0.3" />
Leiningen
[com.github.chen0040/java-clustering "1.0.3"]
Apache Buildr
'com.github.chen0040:java-clustering:jar:1.0.3'