MVN

com.oracle.substratevm : svm-agent

Maven & Gradle

Nov 04, 2019
19.7k stars

Svm Agent · SubstrateVM native-image-agent library

<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>svm-agent</artifactId>
    <version>19.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.substratevm : svm-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.2.1
  • Latest Release Candidate: 1.0.0-rc16

All Versions

Choose a version of com.oracle.substratevm : svm-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.2.x
svm-agent-19.2.1
svm-agent-19.2.0.1
svm-agent-19.2.0
19.1.x
svm-agent-19.1.1
svm-agent-19.1.0
19.0.x
svm-agent-19.0.2
svm-agent-19.0.0
1.0.x
svm-agent-1.0.0-rc16
svm-agent-1.0.0-rc15

How to add a dependency to Maven

Add the following com.oracle.substratevm : svm-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>svm-agent</artifactId>
    <version>19.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.substratevm : svm-agent gradle dependency to your build.gradle file:

implementation 'com.oracle.substratevm:svm-agent:19.2.1'

Gradle Kotlin DSL: Add the following com.oracle.substratevm : svm-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.substratevm:svm-agent:19.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.substratevm : svm-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.substratevm" % "svm-agent" % "19.2.1"

Advertisement