GroupId | GroupIdcom.github.jelmerk |
---|---|
ArtifactId | ArtifactIdhnswlib-spark |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
hnswlib-spark-0.0.13.pom | |
hnswlib-spark-0.0.13.jar | 3 KB |
hnswlib-spark-0.0.13-sources.jar | 3 KB |
hnswlib-spark-0.0.13-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-spark/ -->
<dependency>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-spark</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-spark/
implementation 'com.github.jelmerk:hnswlib-spark:0.0.13'
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-spark/
implementation ("com.github.jelmerk:hnswlib-spark:0.0.13")
'com.github.jelmerk:hnswlib-spark:jar:0.0.13'
<dependency org="com.github.jelmerk" name="hnswlib-spark" rev="0.0.13">
<artifact name="hnswlib-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jelmerk', module='hnswlib-spark', version='0.0.13')
)
libraryDependencies += "com.github.jelmerk" % "hnswlib-spark" % "0.0.13"
[com.github.jelmerk/hnswlib-spark "0.0.13"]