Download annoy-0.2.5.jar file - Jar a

Jar examples for a:annoy

Description

Approximate nearest neighbors in Java

You can download jar file annoy 0.2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add annoy-0.2.5.jar to your project.

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>annoy</artifactId>
   <version>0.2.5</version>
</dependency>
compile group: 'com.spotify', name: 'annoy', version: '0.2.5'
libraryDependencies += "com.spotify" % "annoy" % "0.2.5"
<dependency org="com.spotify" name="annoy" rev="0.2.5"/>
@Grapes(@Grab(group='com.spotify', module='annoy', version='0.2.5'))
'com.spotify:annoy:jar:0.2.5'

Download

Click the following link to download the jar file.

annoy-0.2.5-javadoc.jar
annoy-0.2.5-sources.jar
annoy-0.2.5.jar
annoy-0.2.5.pom



Related Tutorials