MVN

org.nlp2rdf : nif

Maven & Gradle

Sep 10, 2017
3 usages

NIF library · A small library for NLP Interchange Format (NIF) — Edit

<dependency>
    <groupId>org.nlp2rdf</groupId>
    <artifactId>nif</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nlp2rdf : nif to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.nlp2rdf : nif to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
nif-0.4.1
0.4
nif-0.4
0.3.x
nif-0.3.8
nif-0.3.7
nif-0.3.7-spotlight
nif-0.3.6
nif-0.3.5
nif-0.3.4
nif-0.3.3
nif-0.3.2
nif-0.3.1
0.3
nif-0.3

How to add a dependency to Maven

Add the following org.nlp2rdf : nif maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nlp2rdf</groupId>
    <artifactId>nif</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nlp2rdf : nif gradle dependency to your build.gradle file:

implementation 'org.nlp2rdf:nif:0.4.1'

Gradle Kotlin DSL: Add the following org.nlp2rdf : nif gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nlp2rdf:nif:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nlp2rdf : nif sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nlp2rdf" % "nif" % "0.4.1"