MVN

de.tuebingen.uni.sfs.germanet : germanet-api

Maven & Gradle

May 30, 2022
5 stars

germanet-api · A library for easy access to GermaNet.

<dependency>
    <groupId>de.tuebingen.uni.sfs.germanet</groupId>
    <artifactId>germanet-api</artifactId>
    <version>13.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tuebingen.uni.sfs.germanet : germanet-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.3.1

All Versions

Choose a version of de.tuebingen.uni.sfs.germanet : germanet-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.3.x
germanet-api-13.3.1
germanet-api-13.3.0
13.2.x
germanet-api-13.2.1
germanet-api-13.2.0
13.1.x
germanet-api-13.1.0
13.0
germanet-api-13.0
9.0.x
germanet-api-9.0.3

How to add a dependency to Maven

Add the following de.tuebingen.uni.sfs.germanet : germanet-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tuebingen.uni.sfs.germanet</groupId>
    <artifactId>germanet-api</artifactId>
    <version>13.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tuebingen.uni.sfs.germanet : germanet-api gradle dependency to your build.gradle file:

implementation 'de.tuebingen.uni.sfs.germanet:germanet-api:13.3.1'

Gradle Kotlin DSL: Add the following de.tuebingen.uni.sfs.germanet : germanet-api gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tuebingen.uni.sfs.germanet:germanet-api:13.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tuebingen.uni.sfs.germanet : germanet-api sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tuebingen.uni.sfs.germanet" % "germanet-api" % "13.3.1"

Advertisement