| License |
License |
|---|---|
| GroupId | GroupIdorg.jpyconsortium |
| ArtifactId | ArtifactIdjpy |
| Last Version | Last Version0.11.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava-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 |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jpy-0.11.0.pom | |
| jpy-0.11.0.jar | 45 KB |
| jpy-0.11.0-sources.jar | 42 KB |
| jpy-0.11.0-javadoc.jar | 106 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |