GroupId | GroupIdcom.github.jelmerk |
---|---|
ArtifactId | ArtifactIdhnswlib-spark |
Version | Version0.0.14 |
Type | Typejar |
Filename | Size |
---|---|
hnswlib-spark-0.0.14.pom | |
hnswlib-spark-0.0.14.jar | 3 KB |
hnswlib-spark-0.0.14-sources.jar | 3 KB |
hnswlib-spark-0.0.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-spark/
implementation 'com.github.jelmerk:hnswlib-spark:0.0.14'
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-spark/
implementation ("com.github.jelmerk:hnswlib-spark:0.0.14")
'com.github.jelmerk:hnswlib-spark:jar:0.0.14'
<dependency org="com.github.jelmerk" name="hnswlib-spark" rev="0.0.14">
<artifact name="hnswlib-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jelmerk', module='hnswlib-spark', version='0.0.14')
)
libraryDependencies += "com.github.jelmerk" % "hnswlib-spark" % "0.0.14"
[com.github.jelmerk/hnswlib-spark "0.0.14"]