не последняя версия
Последняя версия 0.2.6

com.spotify:annoy 0.2.4

Approximate nearest neighbors in Java

Группа

Группа

com.spotify
Идентификатор

Идентификатор

annoy
Версия

Версия

0.2.4
Тип

Тип

jar

Скачать annoy 0.2.4


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