Download py4j-0.9.2.jar file - Jar p

Jar examples for p:py4j

Description

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.

You can download jar file py4j 0.9.2 in this page.

License

The New BSD License

Build File

You can use the following script to add py4j-0.9.2.jar to your project.

<dependency>
   <groupId>net.sf.py4j</groupId>
   <artifactId>py4j</artifactId>
   <version>0.9.2</version>
</dependency>
compile group: 'net.sf.py4j', name: 'py4j', version: '0.9.2'
libraryDependencies += "net.sf.py4j" % "py4j" % "0.9.2"
<dependency org="net.sf.py4j" name="py4j" rev="0.9.2"/>
@Grapes(@Grab(group='net.sf.py4j', module='py4j', version='0.9.2'))
'net.sf.py4j:py4j:jar:0.9.2'

Download

Click the following link to download the jar file.

py4j-0.9.2-javadoc.jar
py4j-0.9.2-sources.jar
py4j-0.9.2.jar
py4j-0.9.2.pom



Related Tutorials