h

hnswlib-core

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