is not current version
Last Version 2.7.2

org.python:jython-standalone 2.5.2

The Jython Standalone installation is a Jython JAR also containing all Python standard libraries. The JAR can be recreated by following the 'Standalone mode' installation instructions: http://wiki.python.org/jython/InstallationInstructions.

Categories

Categories

Python Languages
GroupId

GroupId

org.python
ArtifactId

ArtifactId

jython-standalone
Version

Version

2.5.2
Type

Type

jar

Download jython-standalone 2.5.2


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