MVN

io.earcam.wrapped : com.sun.tools.attach

Maven & Gradle

Jun 10, 2018
4 usages

Maven repackaging of OpenJDK's com.sun.tools.attach and com.sun.tools.attach.spi packages

<dependency>
    <groupId>io.earcam.wrapped</groupId>
    <artifactId>com.sun.tools.attach</artifactId>
    <version>1.8.0_jdk8u172-b11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.earcam.wrapped : com.sun.tools.attach to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0_jdk8u172-b11

All Versions

Choose a version of io.earcam.wrapped : com.sun.tools.attach to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
com.sun.tools.attach-1.8.0_jdk8u172-b11
com.sun.tools.attach-1.8.0_jdk8u162-b12
com.sun.tools.attach-1.8.0_jdk8u131-b11

How to add a dependency to Maven

Add the following io.earcam.wrapped : com.sun.tools.attach maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.earcam.wrapped</groupId>
    <artifactId>com.sun.tools.attach</artifactId>
    <version>1.8.0_jdk8u172-b11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.earcam.wrapped : com.sun.tools.attach gradle dependency to your build.gradle file:

implementation 'io.earcam.wrapped:com.sun.tools.attach:1.8.0_jdk8u172-b11'

Gradle Kotlin DSL: Add the following io.earcam.wrapped : com.sun.tools.attach gradle kotlin dependency to your build.gradle.kts file:

implementation("io.earcam.wrapped:com.sun.tools.attach:1.8.0_jdk8u172-b11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.earcam.wrapped : com.sun.tools.attach sbt scala dependency to your build.sbt file:

libraryDependencies += "io.earcam.wrapped" % "com.sun.tools.attach" % "1.8.0_jdk8u172-b11"

Advertisement