MVN

com.jslsolucoes : tagria-tag-auth-v4

Maven & Gradle

Feb 08, 2020
1 usages
<dependency>
    <groupId>com.jslsolucoes</groupId>
    <artifactId>tagria-tag-auth-v4</artifactId>
    <version>4.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jslsolucoes : tagria-tag-auth-v4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.17

All Versions

Choose a version of com.jslsolucoes : tagria-tag-auth-v4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
tagria-tag-auth-v4-4.0.17
tagria-tag-auth-v4-4.0.16
tagria-tag-auth-v4-4.0.15
tagria-tag-auth-v4-4.0.14
tagria-tag-auth-v4-4.0.13
tagria-tag-auth-v4-4.0.12
tagria-tag-auth-v4-4.0.11
tagria-tag-auth-v4-4.0.10
tagria-tag-auth-v4-4.0.9
tagria-tag-auth-v4-4.0.8
tagria-tag-auth-v4-4.0.7
tagria-tag-auth-v4-4.0.6
tagria-tag-auth-v4-4.0.5
tagria-tag-auth-v4-4.0.4
tagria-tag-auth-v4-4.0.3

How to add a dependency to Maven

Add the following com.jslsolucoes : tagria-tag-auth-v4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jslsolucoes</groupId>
    <artifactId>tagria-tag-auth-v4</artifactId>
    <version>4.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jslsolucoes : tagria-tag-auth-v4 gradle dependency to your build.gradle file:

implementation 'com.jslsolucoes:tagria-tag-auth-v4:4.0.17'

Gradle Kotlin DSL: Add the following com.jslsolucoes : tagria-tag-auth-v4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jslsolucoes:tagria-tag-auth-v4:4.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jslsolucoes : tagria-tag-auth-v4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jslsolucoes" % "tagria-tag-auth-v4" % "4.0.17"

Advertisement