python-embedding
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.graalvm.python</groupId>
<artifactId>python-embedding</artifactId>
<version>25.0.2</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</artifactId>
<version>25.0.2</version>
<name>GraalPy embedding utilities</name>
<description>GraalPy, a high-performance embeddable Python 3 runtime for Java.
This artifact provides convenience APIs to embed GraalPy into Java applications.
Use this dependency if you install additional Python packages with the Maven
or Gradle plugins for GraalPy.</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.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.graalvm.python</groupId>
<artifactId>python</artifactId>
<version>25.0.2</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>