MVN

com.github.sviperll : adt4j-shaded

Maven & Gradle

Aug 11, 2016
1 usages
<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>adt4j-shaded</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sviperll : adt4j-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2
  • Latest Release Candidate: 3.0-rc2
  • Latest Beta: 3.2-beta2
  • Latest Alpha: 3.2-alpha1

All Versions

Choose a version of com.github.sviperll : adt4j-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
adt4j-shaded-3.2
adt4j-shaded-3.2-beta2
adt4j-shaded-3.2-beta1
adt4j-shaded-3.2-alpha1
3.1
adt4j-shaded-3.1
adt4j-shaded-3.1-beta1
3.0.x
adt4j-shaded-3.0.2
adt4j-shaded-3.0.1
3.0
adt4j-shaded-3.0-rc2
adt4j-shaded-3.0-rc1
2.0.x
adt4j-shaded-2.0.2
adt4j-shaded-2.0.1
adt4j-shaded-2.0.1-rc7
adt4j-shaded-2.0.1-rc5
adt4j-shaded-2.0.1-rc4

How to add a dependency to Maven

Add the following com.github.sviperll : adt4j-shaded maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>adt4j-shaded</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sviperll : adt4j-shaded gradle dependency to your build.gradle file:

implementation 'com.github.sviperll:adt4j-shaded:3.2'

Gradle Kotlin DSL: Add the following com.github.sviperll : adt4j-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sviperll:adt4j-shaded:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sviperll : adt4j-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sviperll" % "adt4j-shaded" % "3.2"

Advertisement