python
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python</artifactId>
<version>23.1.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python</artifactId>
<version>23.1.3</version>
<packaging>pom</packaging>
<url>http://www.graalvm.org/</url>
<name>Python Enterprise</name>
<description>GraalPython engine.</description>
<developers>
<developer>
<name>Truffle and Graal developers</name>
<email>graalvm-users@oss.oracle.com</email>
<organization>Graal</organization>
<organizationUrl>http://www.graalvm.org/</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>GraalVM Free Terms and Conditions (GFTC) including License for Early Adopter Versions</name>
<url>https://www.oracle.com/downloads/licenses/graal-free-license.html</url>
</license>
<license>
<name>Universal Permissive License, Version 1.0</name>
<url>http://opensource.org/licenses/UPL</url>
</license>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
<license>
<name>Python Software Foundation License</name>
<url>https://docs.python.org/3/license.html</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python-community</artifactId>
<version>23.1.3</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.python</groupId>
<artifactId>python-language-enterprise</artifactId>
<version>23.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-enterprise</artifactId>
<version>23.1.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/graalvm/graalpython.git</connection>
<developerConnection>scm:git:git@github.com:graalvm/graalpython.git</developerConnection>
<url>https://github.com/graalvm/graalpython</url>
</scm>
</project>