MVN

de.danielnaber : german-pos-dict

Maven & Gradle

Jul 07, 2022
1 usages
40 stars

German part-of-speech dictionary · A German part-of-speech (POS) dictionary as a Morfologik binary

<dependency>
    <groupId>de.danielnaber</groupId>
    <artifactId>german-pos-dict</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.danielnaber : german-pos-dict to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of de.danielnaber : german-pos-dict to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
german-pos-dict-1.2.4
german-pos-dict-1.2.2
german-pos-dict-1.2.1
1.2
german-pos-dict-1.2
1.1
german-pos-dict-1.1
1.0
german-pos-dict-1.0

How to add a dependency to Maven

Add the following de.danielnaber : german-pos-dict maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.danielnaber</groupId>
    <artifactId>german-pos-dict</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.danielnaber : german-pos-dict gradle dependency to your build.gradle file:

implementation 'de.danielnaber:german-pos-dict:1.2.4'

Gradle Kotlin DSL: Add the following de.danielnaber : german-pos-dict gradle kotlin dependency to your build.gradle.kts file:

implementation("de.danielnaber:german-pos-dict:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.danielnaber : german-pos-dict sbt scala dependency to your build.sbt file:

libraryDependencies += "de.danielnaber" % "german-pos-dict" % "1.2.4"

Advertisement