MVN

org.graalvm.python : graalpy-maven-plugin

Maven & Gradle

Mar 18, 2024
1.1k stars

graalpy-maven-plugin · Handles python related resources in a maven GraalPy - Java polyglot application.

<plugin>
    <groupId>org.graalvm.python</groupId>
    <artifactId>graalpy-maven-plugin</artifactId>
    <version>24.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm.python : graalpy-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 24.0.0

All Versions

Choose a version of org.graalvm.python : graalpy-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
24.0.x
graalpy-maven-plugin-24.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>org.graalvm.python</groupId>
    <artifactId>graalpy-maven-plugin</artifactId>
    <version>24.0.0</version>
</plugin>