MVN

com.github.jelmerk : hnswlib-scala_2.13

Maven & Gradle

Dec 30, 2022
210 stars

Scala integration

<dependency>
    <groupId>com.github.jelmerk</groupId>
    <artifactId>hnswlib-scala_2.13</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jelmerk : hnswlib-scala_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.jelmerk : hnswlib-scala_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hnswlib-scala_2.13-1.1.0
1.0.x
hnswlib-scala_2.13-1.0.1
hnswlib-scala_2.13-1.0.0
0.0.x
hnswlib-scala_2.13-0.0.49
hnswlib-scala_2.13-0.0.48
hnswlib-scala_2.13-0.0.47
hnswlib-scala_2.13-0.0.46
hnswlib-scala_2.13-0.0.45
hnswlib-scala_2.13-0.0.44
hnswlib-scala_2.13-0.0.38
hnswlib-scala_2.13-0.0.37
hnswlib-scala_2.13-0.0.36
hnswlib-scala_2.13-0.0.35
hnswlib-scala_2.13-0.0.34
hnswlib-scala_2.13-0.0.33
hnswlib-scala_2.13-0.0.32

How to add a dependency to Maven

Add the following com.github.jelmerk : hnswlib-scala_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jelmerk</groupId>
    <artifactId>hnswlib-scala_2.13</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jelmerk : hnswlib-scala_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.jelmerk:hnswlib-scala_2.13:1.1.0'

Gradle Kotlin DSL: Add the following com.github.jelmerk : hnswlib-scala_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jelmerk:hnswlib-scala_2.13:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jelmerk : hnswlib-scala_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jelmerk" % "hnswlib-scala_2.13" % "1.1.0"