is not current version
Last Version 0.1.3

info.debatty:spark-kmedoids 0.1.2

Spark implementation of various k-medoids clustering algorithms.

GroupId

GroupId

info.debatty
ArtifactId

ArtifactId

spark-kmedoids
Version

Version

0.1.2
Type

Type

jar

Download spark-kmedoids 0.1.2


<!-- https://jarcasting.com/artifacts/info.debatty/spark-kmedoids/ -->
<dependency>
    <groupId>info.debatty</groupId>
    <artifactId>spark-kmedoids</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/info.debatty/spark-kmedoids/
implementation 'info.debatty:spark-kmedoids:0.1.2'
// https://jarcasting.com/artifacts/info.debatty/spark-kmedoids/
implementation ("info.debatty:spark-kmedoids:0.1.2")
'info.debatty:spark-kmedoids:jar:0.1.2'
<dependency org="info.debatty" name="spark-kmedoids" rev="0.1.2">
  <artifact name="spark-kmedoids" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.debatty', module='spark-kmedoids', version='0.1.2')
)
libraryDependencies += "info.debatty" % "spark-kmedoids" % "0.1.2"
[info.debatty/spark-kmedoids "0.1.2"]