Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.jelmerk |
ArtifactId | ArtifactIdhnswlib-scala_2.12 |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
hnswlib-scala_2.12-0.0.12.pom | |
hnswlib-scala_2.12-0.0.12.jar | 43 KB |
hnswlib-scala_2.12-0.0.12-sources.jar | 12 KB |
hnswlib-scala_2.12-0.0.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-scala_2.12/ -->
<dependency>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-scala_2.12</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-scala_2.12/
implementation 'com.github.jelmerk:hnswlib-scala_2.12:0.0.12'
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-scala_2.12/
implementation ("com.github.jelmerk:hnswlib-scala_2.12:0.0.12")
'com.github.jelmerk:hnswlib-scala_2.12:jar:0.0.12'
<dependency org="com.github.jelmerk" name="hnswlib-scala_2.12" rev="0.0.12">
<artifact name="hnswlib-scala_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jelmerk', module='hnswlib-scala_2.12', version='0.0.12')
)
libraryDependencies += "com.github.jelmerk" % "hnswlib-scala_2.12" % "0.0.12"
[com.github.jelmerk/hnswlib-scala_2.12 "0.0.12"]