Jar examples for p: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.
You can download jar file py4j 0.8.1 in this page.
The New BSD License
You can use the following script to add py4j-0.8.1.jar to your project.
<dependency> <groupId>net.sf.py4j</groupId> <artifactId>py4j</artifactId> <version>0.8.1</version> </dependency>
compile group: 'net.sf.py4j', name: 'py4j', version: '0.8.1'
libraryDependencies += "net.sf.py4j" % "py4j" % "0.8.1"
<dependency org="net.sf.py4j" name="py4j" rev="0.8.1"/>
@Grapes(@Grab(group='net.sf.py4j', module='py4j', version='0.8.1'))
'net.sf.py4j:py4j:jar:0.8.1'
Click the following link to download the jar file.
py4j-0.8.1-javadoc.jar