h

hnswlib-utils

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