не последняя версия
Последняя версия 2.7.2

org.python:jython-standalone 2.7.1b2

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.

Категории

Категории

Python Языки программирования
Группа

Группа

org.python
Идентификатор

Идентификатор

jython-standalone
Версия

Версия

2.7.1b2
Тип

Тип

jar

Скачать jython-standalone 2.7.1b2


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