j

jython

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