j

jython-standalone

The Jython Standalone installation is a Jython JAR also containing all Python standard libraries. The JAR can be recreated by following the 'Standalone mode' installation instructions: http://wiki.python.org/jython/InstallationInstructions.
http://www.jython.org/
The Jython License
Various
Files download
File Operation
jython-standalone-2.5.2.jar download
jython-standalone-2.5.2.pom download
jython-standalone-2.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.python</groupId>
  <artifactId>jython-standalone</artifactId>
  <version>2.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.python:jython-standalone:2.5.2'
Gradle Kotlin
implementation("org.python:jython-standalone:2.5.2")
Scala SBT
libraryDependencies += "org.python" % "jython-standalone" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.python', module='jython-standalone', version='2.5.2')
)
Apache Ivy
<dependency org="org.python" name="jython-standalone" rev="2.5.2" />
Leiningen
[org.python/jython-standalone "2.5.2"]
Apache Buildr
'org.python:jython-standalone:jar:2.5.2'
Dependencies
The project has no third-party dependencies