MVN

fr.iscpif : tagtools_2.12

Maven & Gradle

Aug 26, 2019
1 usages
71 stars

tagtools · tagtools

<dependency>
    <groupId>fr.iscpif</groupId>
    <artifactId>tagtools_2.12</artifactId>
    <version>3.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.iscpif : tagtools_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.30

All Versions

Choose a version of fr.iscpif : tagtools_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.30
tagtools_2.12-3.30
3.29
tagtools_2.12-3.29
3.28
tagtools_2.12-3.28
3.27
tagtools_2.12-3.27
3.26
tagtools_2.12-3.26
3.25
tagtools_2.12-3.25
3.24
tagtools_2.12-3.24
3.23
tagtools_2.12-3.23
3.21
tagtools_2.12-3.21

How to add a dependency to Maven

Add the following fr.iscpif : tagtools_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.iscpif</groupId>
    <artifactId>tagtools_2.12</artifactId>
    <version>3.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.iscpif : tagtools_2.12 gradle dependency to your build.gradle file:

implementation 'fr.iscpif:tagtools_2.12:3.30'

Gradle Kotlin DSL: Add the following fr.iscpif : tagtools_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.iscpif:tagtools_2.12:3.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.iscpif : tagtools_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.iscpif" % "tagtools_2.12" % "3.30"

Advertisement