MVN

com.github.monnetproject : lemon.generator.nlp.core

Maven & Gradle

Apr 20, 2018
3 usages

com.github.monnetproject.lemon.generator.nlp.core OSGi Bundle · com.github.monnetproject.lemon.generator.nlp.core OSGi Bundle from the Monnet Project's lemon.generator.project project.

<dependency>
    <groupId>com.github.monnetproject</groupId>
    <artifactId>lemon.generator.nlp.core</artifactId>
    <version>1.18.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.monnetproject : lemon.generator.nlp.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.4

All Versions

Choose a version of com.github.monnetproject : lemon.generator.nlp.core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
lemon.generator.nlp.core-1.18.4

How to add a dependency to Maven

Add the following com.github.monnetproject : lemon.generator.nlp.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.monnetproject</groupId>
    <artifactId>lemon.generator.nlp.core</artifactId>
    <version>1.18.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.monnetproject : lemon.generator.nlp.core gradle dependency to your build.gradle file:

implementation 'com.github.monnetproject:lemon.generator.nlp.core:1.18.4'

Gradle Kotlin DSL: Add the following com.github.monnetproject : lemon.generator.nlp.core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.monnetproject:lemon.generator.nlp.core:1.18.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.monnetproject : lemon.generator.nlp.core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.monnetproject" % "lemon.generator.nlp.core" % "1.18.4"