MVN

eu.hlavki.text : jlemmagen

Maven & Gradle

Jul 21, 2020
1 usages
10 stars

JLemmaGen · JLemmaGen is java implmentation of LemmaGen project. It's open source lemmatizer with 15 prebuilted european lexicons.

<dependency>
    <groupId>eu.hlavki.text</groupId>
    <artifactId>jlemmagen</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.hlavki.text : jlemmagen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of eu.hlavki.text : jlemmagen to add to Maven or Gradle - All Versions:

  • Version Updated
  • jlemmagen-1.0

    Jul 20, 2020

How to add a dependency to Maven

Add the following eu.hlavki.text : jlemmagen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.hlavki.text</groupId>
    <artifactId>jlemmagen</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.hlavki.text : jlemmagen gradle dependency to your build.gradle file:

implementation 'eu.hlavki.text:jlemmagen:1.0'

Gradle Kotlin DSL: Add the following eu.hlavki.text : jlemmagen gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.hlavki.text:jlemmagen:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.hlavki.text : jlemmagen sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.hlavki.text" % "jlemmagen" % "1.0"