MVN

com.code972.hebmorph : hebmorph-lucene

Maven & Gradle

Sep 15, 2017
2 usages
<dependency>
    <groupId>com.code972.hebmorph</groupId>
    <artifactId>hebmorph-lucene</artifactId>
    <version>6.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.code972.hebmorph : hebmorph-lucene to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6.1

All Versions

Choose a version of com.code972.hebmorph : hebmorph-lucene to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
hebmorph-lucene-6.6.1
hebmorph-lucene-6.6.0
6.5.x
hebmorph-lucene-6.5.1
hebmorph-lucene-6.5.0
6.4.x
hebmorph-lucene-6.4.2
hebmorph-lucene-6.4.1
hebmorph-lucene-6.4.0
6.3.x
hebmorph-lucene-6.3.0
6.2.x
hebmorph-lucene-6.2.1
hebmorph-lucene-6.2.0
6.0.x
hebmorph-lucene-6.0.0
2.4.x
hebmorph-lucene-2.4.0
2.3.x
hebmorph-lucene-2.3.3
hebmorph-lucene-2.3.0
2.2.x
hebmorph-lucene-2.2.0
2.1.x
hebmorph-lucene-2.1.0
2.0.x
hebmorph-lucene-2.0.3
hebmorph-lucene-2.0.2
1.5.x
hebmorph-lucene-1.5.0
1.4.x
hebmorph-lucene-1.4.2
1.4
hebmorph-lucene-1.4
1.3.x
hebmorph-lucene-1.3.4
hebmorph-lucene-1.3.3
hebmorph-lucene-1.3.1
1.3
hebmorph-lucene-1.3
1.2
hebmorph-lucene-1.2
1.1
hebmorph-lucene-1.1
1.0
hebmorph-lucene-1.0

How to add a dependency to Maven

Add the following com.code972.hebmorph : hebmorph-lucene maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.code972.hebmorph</groupId>
    <artifactId>hebmorph-lucene</artifactId>
    <version>6.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.code972.hebmorph : hebmorph-lucene gradle dependency to your build.gradle file:

implementation 'com.code972.hebmorph:hebmorph-lucene:6.6.1'

Gradle Kotlin DSL: Add the following com.code972.hebmorph : hebmorph-lucene gradle kotlin dependency to your build.gradle.kts file:

implementation("com.code972.hebmorph:hebmorph-lucene:6.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.code972.hebmorph : hebmorph-lucene sbt scala dependency to your build.sbt file:

libraryDependencies += "com.code972.hebmorph" % "hebmorph-lucene" % "6.6.1"

Advertisement