h

hnswlib-utils

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