h

hnswlib-core

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