is not current version
Last Version 1.0.3

com.github.chen0040:java-clustering 1.0.1

Decision Tree and Ensemble methods implemented in Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.chen0040
ArtifactId

ArtifactId

java-clustering
Version

Version

1.0.1
Type

Type

jar

Download java-clustering 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.chen0040/java-clustering/ -->
<dependency>
    <groupId>com.github.chen0040</groupId>
    <artifactId>java-clustering</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/java-clustering/
implementation 'com.github.chen0040:java-clustering:1.0.1'
// https://jarcasting.com/artifacts/com.github.chen0040/java-clustering/
implementation ("com.github.chen0040:java-clustering:1.0.1")
'com.github.chen0040:java-clustering:jar:1.0.1'
<dependency org="com.github.chen0040" name="java-clustering" rev="1.0.1">
  <artifact name="java-clustering" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='java-clustering', version='1.0.1')
)
libraryDependencies += "com.github.chen0040" % "java-clustering" % "1.0.1"
[com.github.chen0040/java-clustering "1.0.1"]