MVN

org.graalvm.polyglot : python-community

Maven & Gradle

Sep 18, 2023
1.1k stars

Python Community · GraalPython engine.

<dependency>
    <groupId>org.graalvm.polyglot</groupId>
    <artifactId>python-community</artifactId>
    <version>23.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm.polyglot : python-community to add to Maven - Latest Versions:

  • Latest Stable: 23.1.0

All Versions

Choose a version of org.graalvm.polyglot : python-community to add to Maven - All Versions:

Version Vulnerabilities Updated
23.1.x
python-community-23.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.graalvm.polyglot</groupId>
    <artifactId>python-community</artifactId>
    <version>23.1.0</version>
</dependency>

Advertisement