h

hnswlib-utils

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