MVN

com.shikhir : Lsh4Text

Maven & Gradle

Oct 31, 2019
0 stars

Lsh4Text · This is a simplified implementation for Locality sensitive hashing(LSH) for text documents

<dependency>
    <groupId>com.shikhir</groupId>
    <artifactId>Lsh4Text</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shikhir : Lsh4Text to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of com.shikhir : Lsh4Text to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
Lsh4Text-3.0.6
Lsh4Text-3.0.5
Lsh4Text-3.0.4
Lsh4Text-3.0.3
Lsh4Text-3.0.1
Lsh4Text-3.0.0
2.1.x
Lsh4Text-2.1.0
2.0.x
Lsh4Text-2.0.10
Lsh4Text-2.0.9
Lsh4Text-2.0.8
Lsh4Text-2.0.7
Lsh4Text-2.0.6
Lsh4Text-2.0.5
Lsh4Text-2.0.4
Lsh4Text-2.0.3
Lsh4Text-2.0.1
Lsh4Text-2.0.0
1.0.x
Lsh4Text-1.0.1
Lsh4Text-1.0.0

How to add a dependency to Maven

Add the following com.shikhir : Lsh4Text maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.shikhir</groupId>
    <artifactId>Lsh4Text</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shikhir : Lsh4Text gradle dependency to your build.gradle file:

implementation 'com.shikhir:Lsh4Text:3.0.6'

Gradle Kotlin DSL: Add the following com.shikhir : Lsh4Text gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shikhir:Lsh4Text:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shikhir : Lsh4Text sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shikhir" % "Lsh4Text" % "3.0.6"

Advertisement