is not current version
Last Version 1.2.1

io.github.zabuzard.closy:closy 1.2

Closy is a library that provides fast and generic solutions for nearest neighbor search (NNS)

GroupId

GroupId

io.github.zabuzard.closy
ArtifactId

ArtifactId

closy
Version

Version

1.2
Type

Type

jar

Download closy 1.2


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