License |
License |
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdorg.python |
ArtifactId | ArtifactIdjython-slim |
Last Version | Last Version2.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJython
Jython is an implementation of the high-level, dynamic, object-oriented
language Python written in 100% Pure Java, and seamlessly integrated with
the Java platform. It thus allows you to run Python on any Java platform.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jython-slim-2.7.2.pom | |
jython-slim-2.7.2.jar | 14 MB |
jython-slim-2.7.2-sources.jar | 2 MB |
jython-slim-2.7.2-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.python/jython-slim/ -->
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-slim</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.python/jython-slim/
implementation 'org.python:jython-slim:2.7.2'
// https://jarcasting.com/artifacts/org.python/jython-slim/
implementation ("org.python:jython-slim:2.7.2")
'org.python:jython-slim:jar:2.7.2'
<dependency org="org.python" name="jython-slim" rev="2.7.2">
<artifact name="jython-slim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.python', module='jython-slim', version='2.7.2')
)
libraryDependencies += "org.python" % "jython-slim" % "2.7.2"
[org.python/jython-slim "2.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr | jar | 3.5.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.antlr : antlr-runtime | jar | 3.5.2 |
org.apache.commons : commons-compress | jar | 1.19 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.62 |
org.bouncycastle : bcprov-jdk15on | jar | 1.62 |
org.ow2.asm : asm | jar | 7.1 |
org.ow2.asm : asm-commons | jar | 7.1 |
org.ow2.asm : asm-util | jar | 7.1 |
com.google.guava : guava | jar | 28.0-android |
com.google.guava : failureaccess | jar | 1.0.1 |
com.ibm.icu : icu4j | jar | 59.1 |
com.carrotsearch : java-sizeof | jar | 0.0.5 |
com.github.jnr : jffi | jar | 1.2.20 |
com.github.jnr : jnr-netdb | jar | 1.1.6 |
com.github.jnr : jnr-ffi | jar | 2.1.10 |
com.github.jnr : jnr-posix | jar | 3.0.50 |
com.github.jnr : jnr-constants | jar | 0.9.12 |
jline : jline | jar | 2.14.5 |
io.netty : netty-buffer | jar | 4.1.45.Final |
io.netty : netty-codec | jar | 4.1.45.Final |
io.netty : netty-common | jar | 4.1.45.Final |
io.netty : netty-handler | jar | 4.1.45.Final |
io.netty : netty-resolver | jar | 4.1.45.Final |
io.netty : netty-transport | jar | 4.1.45.Final |
org.apache.ant : ant | jar | 1.9.7 |