is not current version
Last Version 2.7.2

org.python:jython-slim 2.7.2rc1

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

Version

2.7.2rc1
Type

Type

jar

Download jython-slim 2.7.2rc1


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