is not current version
Last Version 19.2.1

com.oracle.substratevm:svm-agent 1.0.0-rc16

SubstrateVM native-image-agent library

GroupId

GroupId

com.oracle.substratevm
ArtifactId

ArtifactId

svm-agent
Version

Version

1.0.0-rc16
Type

Type

jar

Download svm-agent 1.0.0-rc16


<!-- https://jarcasting.com/artifacts/com.oracle.substratevm/svm-agent/ -->
<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>svm-agent</artifactId>
    <version>1.0.0-rc16</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/svm-agent/
implementation 'com.oracle.substratevm:svm-agent:1.0.0-rc16'
// https://jarcasting.com/artifacts/com.oracle.substratevm/svm-agent/
implementation ("com.oracle.substratevm:svm-agent:1.0.0-rc16")
'com.oracle.substratevm:svm-agent:jar:1.0.0-rc16'
<dependency org="com.oracle.substratevm" name="svm-agent" rev="1.0.0-rc16">
  <artifact name="svm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='svm-agent', version='1.0.0-rc16')
)
libraryDependencies += "com.oracle.substratevm" % "svm-agent" % "1.0.0-rc16"
[com.oracle.substratevm/svm-agent "1.0.0-rc16"]