j

jython-standalone

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