h

hnswlib-core

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