is not current version
Last Version 2.7.2

org.python:jython-standalone 2.7-b2

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.

Categories

Categories

Python Languages
GroupId

GroupId

org.python
ArtifactId

ArtifactId

jython-standalone
Version

Version

2.7-b2
Type

Type

jar

Download jython-standalone 2.7-b2


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