is not current version
Last Version 0.15

info.debatty:spark-knn-graphs 0.8

Spark algorithms for building k-nn graphs

GroupId

GroupId

info.debatty
ArtifactId

ArtifactId

spark-knn-graphs
Version

Version

0.8
Type

Type

jar

Download spark-knn-graphs 0.8


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