MVN

com.kotlinnlp : nlpserver

Maven & Gradle

Jun 16, 2020
3 stars

NLPServer implements a server listening http requests on different routes, to query different modules of the KotlinNLP library.

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>nlpserver</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : nlpserver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.3

All Versions

Choose a version of com.kotlinnlp : nlpserver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
nlpserver-0.6.3
nlpserver-0.6.2
nlpserver-0.6.1
nlpserver-0.6.0
0.5.x
nlpserver-0.5.1
nlpserver-0.5.0
0.4.x
nlpserver-0.4.2
nlpserver-0.4.1
nlpserver-0.4.0
0.3.x
nlpserver-0.3.0
0.2.x
nlpserver-0.2.0
0.1.x
nlpserver-0.1.1
nlpserver-0.1.0

How to add a dependency to Maven

Add the following com.kotlinnlp : nlpserver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>nlpserver</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : nlpserver gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:nlpserver:0.6.3'

Gradle Kotlin DSL: Add the following com.kotlinnlp : nlpserver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlinnlp:nlpserver:0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : nlpserver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "nlpserver" % "0.6.3"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
3 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
97 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies