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