python-embedding-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.graalvm.python</groupId>
<artifactId>python-embedding-tools</artifactId>
<version>25.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.graalvm.python</groupId>
<artifactId>python-embedding-tools</artifactId>
<version>25.0.3</version>
<name>GraalPy utilities for build tools</name>
<description>GraalPy, a high-performance embeddable Python 3 runtime for Java.
This artifact contains utilities for tools that want to integrate GraalPy
packages into the build process of Java applications.</description>
<url>https://graalvm.org/python</url>
<licenses>
<license>
<name>Universal Permissive License, Version 1.0</name>
<url>http://opensource.org/licenses/UPL</url>
</license>
</licenses>
<developers>
<developer>
<name>GraalVM Development</name>
<email>graalvm-dev@oss.oracle.com</email>
<organization>Oracle Corporation</organization>
<organizationUrl>http://www.graalvm.org/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/oracle/graalpy-extensions.git</connection>
<developerConnection>scm:git:git://github.com/oracle/graalpy-extensions.git</developerConnection>
<url>https://github.com/oracle/graalpy-extensions</url>
</scm>
<dependencies>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>25.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python</artifactId>
<version>25.0.3</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.python</groupId>
<artifactId>python-launcher</artifactId>
<version>25.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>