@@ -5,12 +5,15 @@ title: Downloads
55## Current Version
66The current version of Jython is 2.7.4.
77It can be applied:
8- - By downloading the [ Jython Installer] ( https://central.sonatype.com/artifact /org. python/jython-installer ) .
8+ - By downloading the [ Jython Installer] ( https://repo1.maven.org/maven2 /org/ python/jython-installer/2.7.4/jython-installer-2.7.4.jar ) .
99 Use this to install Jython as an application locally.
10- - As a [ dependency in your Maven or Gradle build] ( https://central.sonatype.com/artifact/org.python/jython-slim ) .
11- Use this to embed Jython in a Java application, using the snippet provided at the link.
12- - As the [ Jython Standalone JAR] ( https://central.sonatype.com/artifact/org.python/jython-standalone ) .
13- Download this to run Jython without installing or as a JAR on the class path of a Java application.
10+ (Descriptive metadata [ here] ( https://central.sonatype.com/artifact/org.python/jython-installer ) .)
11+ - As a [ dependency in your build] ( https://central.sonatype.com/artifact/org.python/jython-slim ) .
12+ Embed Jython in a Java application using the snippet provided for your preferred build tool.
13+ - As the [ Jython Standalone JAR] ( https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar ) .
14+ Download this to run Jython without installing, or as a JAR on the class path of a Java application.
15+ Some users cite this as
16+ [ a dependency] ( https://central.sonatype.com/artifact/org.python/jython-standalone ) .
1417
1518For information on installing see [ Installation] ( installation ) .
1619
@@ -20,8 +23,11 @@ This version is supported on Java 8 (minimum) and 11.
2023## Previous Versions
2124Previous versions of Jython are available from:
2225- [ Jython Installer] ( https://central.sonatype.com/artifact/org.python/jython-installer/versions )
23- - [ Jython Slim JAR] ( https://central.sonatype.com/artifact/org.python/jython-slim/versions )
26+ Follow "Browse" to the JAR files.
27+ - [ Jython as a dependency] ( https://central.sonatype.com/artifact/org.python/jython-slim )
28+ Select your version from the drop-down (from 2.7.2 only).
2429- [ Jython Standalone] ( https://central.sonatype.com/artifact/org.python/jython-standalone/versions )
30+ Follow "Browse" to the JAR files.
2531
2632
2733
0 commit comments