h

hnswlib-spark

Spark integrations
Files download
File Operation
hnswlib-spark-0.0.17.jar download
hnswlib-spark-0.0.17.pom download
hnswlib-spark-0.0.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jelmerk</groupId>
  <artifactId>hnswlib-spark</artifactId>
  <version>0.0.17</version>
</dependency>
Gradle Groovy
implementation 'com.github.jelmerk:hnswlib-spark:0.0.17'
Gradle Kotlin
implementation("com.github.jelmerk:hnswlib-spark:0.0.17")
Scala SBT
libraryDependencies += "com.github.jelmerk" % "hnswlib-spark" % "0.0.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jelmerk', module='hnswlib-spark', version='0.0.17')
)
Apache Ivy
<dependency org="com.github.jelmerk" name="hnswlib-spark" rev="0.0.17" />
Leiningen
[com.github.jelmerk/hnswlib-spark "0.0.17"]
Apache Buildr
'com.github.jelmerk:hnswlib-spark:jar:0.0.17'