| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.py4j |
| ArtifactId | ArtifactIdpy4j |
| Version | Version0.10.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| py4j-0.10.9.pom | |
| py4j-0.10.9.jar | 120 KB |
| py4j-0.10.9-sources.jar | 122 KB |
| py4j-0.10.9-javadoc.jar | 404 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.py4j/py4j/ -->
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.10.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.py4j/py4j/
implementation 'net.sf.py4j:py4j:0.10.9'
// https://jarcasting.com/artifacts/net.sf.py4j/py4j/
implementation ("net.sf.py4j:py4j:0.10.9")
'net.sf.py4j:py4j:jar:0.10.9'
<dependency org="net.sf.py4j" name="py4j" rev="0.10.9">
<artifact name="py4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.py4j', module='py4j', version='0.10.9')
)
libraryDependencies += "net.sf.py4j" % "py4j" % "0.10.9"
[net.sf.py4j/py4j "0.10.9"]