h

hnswlib-spark

Spark integrations
文件下载
文件名 操作
hnswlib-spark-0.0.11.jar 下载
hnswlib-spark-0.0.11.pom 下载
hnswlib-spark-0.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jelmerk</groupId>
  <artifactId>hnswlib-spark</artifactId>
  <version>0.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.jelmerk:hnswlib-spark:0.0.11'
Gradle Kotlin
implementation("com.github.jelmerk:hnswlib-spark:0.0.11")
Scala SBT
libraryDependencies += "com.github.jelmerk" % "hnswlib-spark" % "0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jelmerk', module='hnswlib-spark', version='0.0.11')
)
Apache Ivy
<dependency org="com.github.jelmerk" name="hnswlib-spark" rev="0.0.11" />
Leiningen
[com.github.jelmerk/hnswlib-spark "0.0.11"]
Apache Buildr
'com.github.jelmerk:hnswlib-spark:jar:0.0.11'