j

jython-slim

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.
https://www.jython.org/
Jython Software License
Jython Developers
Files download
File Operation
jython-slim-2.7.2.jar download
jython-slim-2.7.2.pom download
jython-slim-2.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.python</groupId>
  <artifactId>jython-slim</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.python:jython-slim:2.7.2'
Gradle Kotlin
implementation("org.python:jython-slim:2.7.2")
Scala SBT
libraryDependencies += "org.python" % "jython-slim" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.python', module='jython-slim', version='2.7.2')
)
Apache Ivy
<dependency org="org.python" name="jython-slim" rev="2.7.2" />
Leiningen
[org.python/jython-slim "2.7.2"]
Apache Buildr
'org.python:jython-slim:jar:2.7.2'