MVN

ai.idylnlp : idylnlp-nlp-filters

Maven & Gradle

Jun 10, 2018
5 usages

idylnlp-nlp-filters

<dependency>
    <groupId>ai.idylnlp</groupId>
    <artifactId>idylnlp-nlp-filters</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.idylnlp : idylnlp-nlp-filters to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of ai.idylnlp : idylnlp-nlp-filters to add to Maven or Gradle - All Versions:

  • Version Updated
  • idylnlp-nlp-filters-1.1.0

    Jun 10, 2018
  • idylnlp-nlp-filters-1.0.0

    Apr 27, 2018

How to add a dependency to Maven

Add the following ai.idylnlp : idylnlp-nlp-filters maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.idylnlp</groupId>
    <artifactId>idylnlp-nlp-filters</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.idylnlp : idylnlp-nlp-filters gradle dependency to your build.gradle file:

implementation 'ai.idylnlp:idylnlp-nlp-filters:1.1.0'

Gradle Kotlin DSL: Add the following ai.idylnlp : idylnlp-nlp-filters gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.idylnlp:idylnlp-nlp-filters:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.idylnlp : idylnlp-nlp-filters sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.idylnlp" % "idylnlp-nlp-filters" % "1.1.0"