is not current version
Last Version 2.7.2

org.python:jython-installer 2.7-rc3

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-installer
Version

Version

2.7-rc3
Type

Type

jar

Download jython-installer 2.7-rc3


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