h

hnswlib-parent-pom

Fast approximative nearest neighbour search using the HNSW algorithm
https://github.com/jelmerk/hnswlib
The Apache Software License, Version 2.0
Jelmer Kuperus
文件下载
文件名 操作
hnswlib-parent-pom-0.0.18.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.jelmerk</groupId>
  <artifactId>hnswlib-parent-pom</artifactId>
  <version>0.0.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jelmerk:hnswlib-parent-pom:0.0.18'
Gradle Kotlin
implementation("com.github.jelmerk:hnswlib-parent-pom:0.0.18")
Scala SBT
libraryDependencies += "com.github.jelmerk" % "hnswlib-parent-pom" % "0.0.18"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jelmerk', module='hnswlib-parent-pom', version='0.0.18')
)
Apache Ivy
<dependency org="com.github.jelmerk" name="hnswlib-parent-pom" rev="0.0.18" />
Leiningen
[com.github.jelmerk/hnswlib-parent-pom "0.0.18"]
Apache Buildr
'com.github.jelmerk:hnswlib-parent-pom:jar:0.0.18'
本项目依赖
该项目无第三方依赖