MVN

org.graalvm.python : graalpy-archetype-polyglot-app

Maven & Gradle

Mar 18, 2024
1.1k stars

graalpy-archetype-polyglot-app · Maven archetype providing a skeleton GraalPy - Java polyglot application.

mvn archetype:generate -DarchetypeGroupId=org.graalvm.python -DarchetypeArtifactId=graalpy-archetype-polyglot-app -DarchetypeVersion=24.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm.python : graalpy-archetype-polyglot-app to generate a Maven project - Latest Versions:

  • Latest Stable: 24.0.0

All Versions

Choose a version of org.graalvm.python : graalpy-archetype-polyglot-app to generate a Maven project - All Versions:

Version Vulnerabilities Updated
24.0.x
graalpy-archetype-polyglot-app-24.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.graalvm.python -DarchetypeArtifactId=graalpy-archetype-polyglot-app -DarchetypeVersion=24.0.0

Advertisement