Py4J

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.py4j
ArtifactId

ArtifactId

py4j
Last Version

Last Version

0.10.9.5
Release Date

Release Date

Type

Type

jar
Description

Description

Py4J
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.

Download py4j

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.py4j/py4j/ -->
<dependency>
    <groupId>net.sf.py4j</groupId>
    <artifactId>py4j</artifactId>
    <version>0.10.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.py4j/py4j/
implementation 'net.sf.py4j:py4j:0.10.9.5'
// https://jarcasting.com/artifacts/net.sf.py4j/py4j/
implementation ("net.sf.py4j:py4j:0.10.9.5")
'net.sf.py4j:py4j:jar:0.10.9.5'
<dependency org="net.sf.py4j" name="py4j" rev="0.10.9.5">
  <artifact name="py4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.py4j', module='py4j', version='0.10.9.5')
)
libraryDependencies += "net.sf.py4j" % "py4j" % "0.10.9.5"
[net.sf.py4j/py4j "0.10.9.5"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.10.9.5
0.10.9.4
0.10.9.3
0.10.9.2
0.10.9.1
0.10.9
0.10.8.1
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2.1
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.9
0.8.2.1
0.8.2
0.8.1