| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdannoy |
| Version | Version0.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annoy-0.2.5.pom | |
| annoy-0.2.5.jar | 9 KB |
| annoy-0.2.5-sources.jar | 4 KB |
| annoy-0.2.5-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/annoy/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>annoy</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/annoy/
implementation 'com.spotify:annoy:0.2.5'
// https://jarcasting.com/artifacts/com.spotify/annoy/
implementation ("com.spotify:annoy:0.2.5")
'com.spotify:annoy:jar:0.2.5'
<dependency org="com.spotify" name="annoy" rev="0.2.5">
<artifact name="annoy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='annoy', version='0.2.5')
)
libraryDependencies += "com.spotify" % "annoy" % "0.2.5"
[com.spotify/annoy "0.2.5"]