MVN

ai.tock : tock-nlp-entity-value

Maven & Gradle

Apr 16, 2023
9 usages

Tock NLP Entity Values · Contains shared entity values classes

<dependency>
    <groupId>ai.tock</groupId>
    <artifactId>tock-nlp-entity-value</artifactId>
    <version>23.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.tock : tock-nlp-entity-value to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.3.0

All Versions

Choose a version of ai.tock : tock-nlp-entity-value to add to Maven or Gradle - All Versions:

  • Version Updated
  • tock-nlp-entity-value-23.3.0

    Apr 16, 2023
  • tock-nlp-entity-value-22.9.5

    Feb 19, 2023
  • tock-nlp-entity-value-22.9.4

    Jan 31, 2023
  • tock-nlp-entity-value-22.9.3

    Jan 05, 2023
  • tock-nlp-entity-value-22.9.2

    Nov 02, 2022
  • tock-nlp-entity-value-22.9.1

    Oct 26, 2022
  • tock-nlp-entity-value-22.9.0

    Oct 04, 2022
  • tock-nlp-entity-value-22.3.2

    Sep 15, 2022
  • tock-nlp-entity-value-22.3.1

    Jun 27, 2022
  • tock-nlp-entity-value-22.3.0

    Apr 16, 2022
  • tock-nlp-entity-value-21.9.6

    Feb 16, 2022
  • tock-nlp-entity-value-21.9.5

    Jan 17, 2022
  • tock-nlp-entity-value-21.9.4

    Dec 30, 2021
  • tock-nlp-entity-value-21.9.3

    Dec 12, 2021
  • tock-nlp-entity-value-21.9.2

    Nov 08, 2021
  • tock-nlp-entity-value-21.9.1

    Oct 21, 2021
  • tock-nlp-entity-value-21.9.0

    Sep 27, 2021
  • tock-nlp-entity-value-21.3.5

    Sep 01, 2021
  • tock-nlp-entity-value-21.3.4

    Jul 26, 2021
  • tock-nlp-entity-value-21.3.3

    Jun 12, 2021
  • tock-nlp-entity-value-21.3.2

    May 09, 2021
  • tock-nlp-entity-value-21.3.1

    Apr 18, 2021
  • tock-nlp-entity-value-21.3.0

    Mar 27, 2021
  • tock-nlp-entity-value-20.9.3

    Feb 07, 2021
  • tock-nlp-entity-value-20.9.2-1

    Nov 30, 2020
  • tock-nlp-entity-value-20.9.2

    Nov 30, 2020
  • tock-nlp-entity-value-20.9.1

    Nov 01, 2020
  • tock-nlp-entity-value-20.9.0

    Oct 01, 2020
  • tock-nlp-entity-value-20.3.4

    Aug 31, 2020
  • tock-nlp-entity-value-20.3.3

    Jul 15, 2020
  • tock-nlp-entity-value-20.3.2-2

    Jun 14, 2020
  • tock-nlp-entity-value-20.3.2-1

    Jun 10, 2020
  • tock-nlp-entity-value-20.3.2

    Jun 09, 2020
  • tock-nlp-entity-value-20.3.1

    May 03, 2020
  • tock-nlp-entity-value-20.3.0

    Apr 08, 2020
  • tock-nlp-entity-value-19.9.4

    Mar 09, 2020
  • tock-nlp-entity-value-19.9.3

    Jan 29, 2020
  • tock-nlp-entity-value-19.9.2

    Jan 03, 2020
  • tock-nlp-entity-value-19.9.1

    Oct 17, 2019
  • tock-nlp-entity-value-19.9.0

    Sep 30, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>ai.tock</groupId>
    <artifactId>tock-nlp-entity-value</artifactId>
    <version>23.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.tock : tock-nlp-entity-value gradle dependency to your build.gradle file:

implementation 'ai.tock:tock-nlp-entity-value:23.3.0'

Gradle Kotlin DSL: Add the following ai.tock : tock-nlp-entity-value gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.tock:tock-nlp-entity-value:23.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.tock : tock-nlp-entity-value sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.tock" % "tock-nlp-entity-value" % "23.3.0"