MVN

net.sf.py4j : py4j

Maven & Gradle

Aug 16, 2022
77 usages
1k stars

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.

<dependency>
    <groupId>net.sf.py4j</groupId>
    <artifactId>py4j</artifactId>
    <version>0.10.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.py4j : py4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.9.7

All Versions

Choose a version of net.sf.py4j : py4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
py4j-0.10.9.7
py4j-0.10.9.5
py4j-0.10.9.4
py4j-0.10.9.3
py4j-0.10.9.2
py4j-0.10.9.1
py4j-0.10.9
py4j-0.10.8.1
py4j-0.10.8
py4j-0.10.7
py4j-0.10.6
py4j-0.10.5
py4j-0.10.4
py4j-0.10.3
py4j-0.10.2.1
py4j-0.10.2
py4j-0.10.1
py4j-0.10.0
0.9.x
py4j-0.9.2
py4j-0.9.1
0.9
py4j-0.9
0.8.x
py4j-0.8.2.1
py4j-0.8.2
py4j-0.8.1

How to add a dependency to Maven

Add the following net.sf.py4j : py4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.py4j</groupId>
    <artifactId>py4j</artifactId>
    <version>0.10.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.py4j : py4j gradle dependency to your build.gradle file:

implementation 'net.sf.py4j:py4j:0.10.9.7'

Gradle Kotlin DSL: Add the following net.sf.py4j : py4j gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.py4j:py4j:0.10.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.py4j : py4j sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.py4j" % "py4j" % "0.10.9.7"

Advertisement

Dependencies from Group

Aug 16, 2022
77 usages
1k stars

Discover Dependencies

Jan 15, 2021
45 usages
1.6k stars
Feb 19, 2020
2 usages
40 stars
Sep 01, 2021
7 usages
Apr 12, 2022
118 usages
3 stars
Oct 19, 2021
1 usages
470 stars
Jul 04, 2023
375 usages
Oct 08, 2015
3 usages
Dec 14, 2019
22 stars