MVN

com.bbn.nlp : nlp-core-open

Maven & Gradle

May 03, 2016
4 stars

BBN BUE NLP Utilities (open source)

<dependency>
    <groupId>com.bbn.nlp</groupId>
    <artifactId>nlp-core-open</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bbn.nlp : nlp-core-open to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of com.bbn.nlp : nlp-core-open to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
nlp-core-open-4.1.2
2.31.x
nlp-core-open-2.31.1
nlp-core-open-2.31.0
2.30.x
nlp-core-open-2.30.5
nlp-core-open-2.30.4
nlp-core-open-2.30.3
nlp-core-open-2.30.2
nlp-core-open-2.30.1
nlp-core-open-2.30.0
2.29.x
nlp-core-open-2.29.0
2.28.x
nlp-core-open-2.28.0
2.27.x
nlp-core-open-2.27.2
nlp-core-open-2.27.1
nlp-core-open-2.27.0
2.26.x
nlp-core-open-2.26.2
nlp-core-open-2.26.0
2.25.x
nlp-core-open-2.25.0
2.24.x
nlp-core-open-2.24.13
nlp-core-open-2.24.12
nlp-core-open-2.24.11
nlp-core-open-2.24.10
nlp-core-open-2.24.9
nlp-core-open-2.24.8
nlp-core-open-2.24.7
nlp-core-open-2.24.6
nlp-core-open-2.24.5
nlp-core-open-2.24.1
2.23.x
nlp-core-open-2.23.3
nlp-core-open-2.23.2
nlp-core-open-2.23.1
nlp-core-open-2.23.0
2.22.x
nlp-core-open-2.22.0
2.21.x
nlp-core-open-2.21.1
nlp-core-open-2.21.0
2.20.x
nlp-core-open-2.20.4
nlp-core-open-2.20.3
nlp-core-open-2.20.2
nlp-core-open-2.20.1
nlp-core-open-2.20.0
2.19.x
nlp-core-open-2.19.1
nlp-core-open-2.19.0
2.18.x
nlp-core-open-2.18.7
nlp-core-open-2.18.6
nlp-core-open-2.18.5
nlp-core-open-2.18.4
nlp-core-open-2.18.3
nlp-core-open-2.18.2
nlp-core-open-2.18.1
nlp-core-open-2.18.0
2.17.x
nlp-core-open-2.17.12
nlp-core-open-2.17.11
nlp-core-open-2.17.10
nlp-core-open-2.17.9
nlp-core-open-2.17.7
nlp-core-open-2.17.6

How to add a dependency to Maven

Add the following com.bbn.nlp : nlp-core-open maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bbn.nlp</groupId>
    <artifactId>nlp-core-open</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bbn.nlp : nlp-core-open gradle dependency to your build.gradle file:

implementation 'com.bbn.nlp:nlp-core-open:4.1.2'

Gradle Kotlin DSL: Add the following com.bbn.nlp : nlp-core-open gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bbn.nlp:nlp-core-open:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bbn.nlp : nlp-core-open sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bbn.nlp" % "nlp-core-open" % "4.1.2"

Advertisement