License |
License
Jython Software License
|
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdorg.python |
ArtifactId | ArtifactIdjython |
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-2.7.2.pom | |
jython-2.7.2.jar | 31 MB |
jython-2.7.2-sources.jar | 16 MB |
jython-2.7.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.python/jython/ -->
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.python/jython/
implementation 'org.python:jython:2.7.2'
// https://jarcasting.com/artifacts/org.python/jython/
implementation ("org.python:jython:2.7.2")
'org.python:jython:jar:2.7.2'
<dependency org="org.python" name="jython" rev="2.7.2">
<artifact name="jython" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.python', module='jython', version='2.7.2')
)
libraryDependencies += "org.python" % "jython" % "2.7.2"
[org.python/jython "2.7.2"]