annoy-java
This repository should end up on github.com/spotify shortly.
License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdannoy-java |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annoy-java-0.4.2.pom | |
annoy-java-0.4.2.jar | 70 KB |
annoy-java-0.4.2-sources.jar | 11 KB |
annoy-java-0.4.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/annoy-java/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>annoy-java</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/annoy-java/
implementation 'com.spotify:annoy-java:0.4.2'
// https://jarcasting.com/artifacts/com.spotify/annoy-java/
implementation ("com.spotify:annoy-java:0.4.2")
'com.spotify:annoy-java:jar:0.4.2'
<dependency org="com.spotify" name="annoy-java" rev="0.4.2">
<artifact name="annoy-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='annoy-java', version='0.4.2')
)
libraryDependencies += "com.spotify" % "annoy-java" % "0.4.2"
[com.spotify/annoy-java "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.5 |
com.spotify.sparkey : sparkey | jar | 2.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
This repository should end up on github.com/spotify shortly.