MVN

net.clementlevallois.functions : umigon-ngram-ops

Maven & Gradle

Aug 25, 2023
0 stars

umigon-ngram-ops · because ngrams are more than a couple of terms separated by white space

<dependency>
    <groupId>net.clementlevallois.functions</groupId>
    <artifactId>umigon-ngram-ops</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.clementlevallois.functions : umigon-ngram-ops to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of net.clementlevallois.functions : umigon-ngram-ops to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
umigon-ngram-ops-0.16
0.14
umigon-ngram-ops-0.14
0.13
umigon-ngram-ops-0.13
0.12
umigon-ngram-ops-0.12
0.11
umigon-ngram-ops-0.11
0.10
umigon-ngram-ops-0.10

How to add a dependency to Maven

Add the following net.clementlevallois.functions : umigon-ngram-ops maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.clementlevallois.functions</groupId>
    <artifactId>umigon-ngram-ops</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.clementlevallois.functions : umigon-ngram-ops gradle dependency to your build.gradle file:

implementation 'net.clementlevallois.functions:umigon-ngram-ops:0.16'

Gradle Kotlin DSL: Add the following net.clementlevallois.functions : umigon-ngram-ops gradle kotlin dependency to your build.gradle.kts file:

implementation("net.clementlevallois.functions:umigon-ngram-ops:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.clementlevallois.functions : umigon-ngram-ops sbt scala dependency to your build.sbt file:

libraryDependencies += "net.clementlevallois.functions" % "umigon-ngram-ops" % "0.16"