Last Version

Java-Python Bridge 0.11.0

jpy is a bi-directional Java-Python bridge which you can use to embed Java code in Python programs or the other way round.

License

License

GroupId

GroupId

org.jpyconsortium
ArtifactId

ArtifactId

jpy
Version

Version

0.11.0
Type

Type

jar
Description

Description

Java-Python Bridge
jpy is a bi-directional Java-Python bridge which you can use to embed Java code in Python programs or the other way round.
Project URL

Project URL

https://github.com/jpy-consortium/jpy
Project Organization

Project Organization

Brockmann Consult GmbH

Download jpy 0.11.0


<!-- https://jarcasting.com/artifacts/org.jpyconsortium/jpy/ -->
<dependency>
    <groupId>org.jpyconsortium</groupId>
    <artifactId>jpy</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpyconsortium/jpy/
implementation 'org.jpyconsortium:jpy:0.11.0'
// https://jarcasting.com/artifacts/org.jpyconsortium/jpy/
implementation ("org.jpyconsortium:jpy:0.11.0")
'org.jpyconsortium:jpy:jar:0.11.0'
<dependency org="org.jpyconsortium" name="jpy" rev="0.11.0">
  <artifact name="jpy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpyconsortium', module='jpy', version='0.11.0')
)
libraryDependencies += "org.jpyconsortium" % "jpy" % "0.11.0"
[org.jpyconsortium/jpy "0.11.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.