h

hnswlib-utils

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