MVN

com.kotlinnlp : utils

Maven & Gradle

Jun 16, 2020
14 usages
3 stars

Utils is a Kotlin package containing utilities for the KotlinNLP library.

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

Latest Version

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

  • Latest Stable: 2.1.4

All Versions

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

Version Vulnerabilities Updated
2.1.x
utils-2.1.4
utils-2.1.3
utils-2.1.2
utils-2.1.1
utils-2.1.0
2.0.x
utils-2.0.0
1.1.x
utils-1.1.0
1.0.x
utils-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>utils</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.kotlinnlp:utils:2.1.4'

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

implementation("com.kotlinnlp:utils:2.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.kotlinnlp" % "utils" % "2.1.4"

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