MVN

com.websudos : phantom-jdk8_2.10

Maven & Gradle

Dec 12, 2016
1k stars

phantomJdk8 · phantomJdk8

<dependency>
    <groupId>com.websudos</groupId>
    <artifactId>phantom-jdk8_2.10</artifactId>
    <version>1.29.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.websudos : phantom-jdk8_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.29.6

All Versions

Choose a version of com.websudos : phantom-jdk8_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.29.x
phantom-jdk8_2.10-1.29.6
phantom-jdk8_2.10-1.29.5
phantom-jdk8_2.10-1.29.4
phantom-jdk8_2.10-1.29.3
phantom-jdk8_2.10-1.29.2
phantom-jdk8_2.10-1.29.1
1.28.x
phantom-jdk8_2.10-1.28.16
phantom-jdk8_2.10-1.28.15
phantom-jdk8_2.10-1.28.14
phantom-jdk8_2.10-1.28.13
phantom-jdk8_2.10-1.28.12
phantom-jdk8_2.10-1.28.11
1.27.x
phantom-jdk8_2.10-1.27.0
1.26.x
phantom-jdk8_2.10-1.26.6
phantom-jdk8_2.10-1.26.4
phantom-jdk8_2.10-1.26.1
phantom-jdk8_2.10-1.26.0
1.25.x
phantom-jdk8_2.10-1.25.4

How to add a dependency to Maven

Add the following com.websudos : phantom-jdk8_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.websudos</groupId>
    <artifactId>phantom-jdk8_2.10</artifactId>
    <version>1.29.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.websudos : phantom-jdk8_2.10 gradle dependency to your build.gradle file:

implementation 'com.websudos:phantom-jdk8_2.10:1.29.6'

Gradle Kotlin DSL: Add the following com.websudos : phantom-jdk8_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.websudos:phantom-jdk8_2.10:1.29.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.websudos : phantom-jdk8_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.websudos" % "phantom-jdk8_2.10" % "1.29.6"

Advertisement