MVN

com.joliciel.talismane : talismane-en

Maven & Gradle

Feb 05, 2018
1 usages
44 stars
<dependency>
    <groupId>com.joliciel.talismane</groupId>
    <artifactId>talismane-en</artifactId>
    <version>3.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.joliciel.talismane : talismane-en to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.7

All Versions

Choose a version of com.joliciel.talismane : talismane-en to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
talismane-en-3.0.7
talismane-en-3.0.6
talismane-en-3.0.5
talismane-en-3.0.4
talismane-en-3.0.3
talismane-en-3.0.1
talismane-en-3.0.0b
2.6.x
talismane-en-2.6.2b
talismane-en-2.6.1b
talismane-en-2.6.0b
2.5.x
talismane-en-2.5.0b
2.4.x
talismane-en-2.4.11b
talismane-en-2.4.10b

How to add a dependency to Maven

Add the following com.joliciel.talismane : talismane-en maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.joliciel.talismane</groupId>
    <artifactId>talismane-en</artifactId>
    <version>3.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.joliciel.talismane : talismane-en gradle dependency to your build.gradle file:

implementation 'com.joliciel.talismane:talismane-en:3.0.7'

Gradle Kotlin DSL: Add the following com.joliciel.talismane : talismane-en gradle kotlin dependency to your build.gradle.kts file:

implementation("com.joliciel.talismane:talismane-en:3.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.joliciel.talismane : talismane-en sbt scala dependency to your build.sbt file:

libraryDependencies += "com.joliciel.talismane" % "talismane-en" % "3.0.7"

Advertisement