MVN

com.perfma.wrapped : com.sun.sajdi

Maven & Gradle

Dec 17, 2020
4 stars

a wrapper of sa-jdi.jar in openjdk

<dependency>
    <groupId>com.perfma.wrapped</groupId>
    <artifactId>com.sun.sajdi</artifactId>
    <version>1.8.0_jdk8u275-b01_linux_x64</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.perfma.wrapped : com.sun.sajdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0_jdk8u275-b01_linux_x64

All Versions

Choose a version of com.perfma.wrapped : com.sun.sajdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
com.sun.sajdi-1.8.0_jdk8u275-b01_linux_x64

How to add a dependency to Maven

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

<dependency>
    <groupId>com.perfma.wrapped</groupId>
    <artifactId>com.sun.sajdi</artifactId>
    <version>1.8.0_jdk8u275-b01_linux_x64</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.perfma.wrapped : com.sun.sajdi gradle dependency to your build.gradle file:

implementation 'com.perfma.wrapped:com.sun.sajdi:1.8.0_jdk8u275-b01_linux_x64'

Gradle Kotlin DSL: Add the following com.perfma.wrapped : com.sun.sajdi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.perfma.wrapped:com.sun.sajdi:1.8.0_jdk8u275-b01_linux_x64")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.perfma.wrapped : com.sun.sajdi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.perfma.wrapped" % "com.sun.sajdi" % "1.8.0_jdk8u275-b01_linux_x64"