MVN

com.dynatrace.buildtools.graalnative : dynatrace-native-maven-plugin

Maven & Gradle

Jun 21, 2024

Dynatrace Graal Native Image Plugin · A Maven plugin to auto-instrument GraalVM Native projects with the Dynatrace OneAgent

<plugin>
    <groupId>com.dynatrace.buildtools.graalnative</groupId>
    <artifactId>dynatrace-native-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dynatrace.buildtools.graalnative : dynatrace-native-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.dynatrace.buildtools.graalnative : dynatrace-native-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
dynatrace-native-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.dynatrace.buildtools.graalnative</groupId>
    <artifactId>dynatrace-native-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>