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