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