net.sf.py4j:py4j (0.10.9.7)

Published 2026-02-24 13:43:50 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.sf.py4j</groupId>
	<artifactId>py4j</artifactId>
	<version>0.10.9.7</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.sf.py4j:py4j:0.10.9.7

About this package

Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects.

Dependencies

junit:junit
4.13.2
Details
Maven
2026-02-24 13:43:50 +00:00
1
Py4J
The New BSD License
125 KiB
Assets (2)
Versions (1) View all
0.10.9.7 2026-02-24