@@ -5,12 +5,15 @@ title: Downloads
5
5
## Current Version
6
6
The current version of Jython is 2.7.4.
7
7
It 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 ) .
9
9
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 ) .
14
17
15
18
For information on installing see [ Installation] ( installation ) .
16
19
@@ -20,8 +23,11 @@ This version is supported on Java 8 (minimum) and 11.
20
23
## Previous Versions
21
24
Previous versions of Jython are available from:
22
25
- [ 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).
24
29
- [ Jython Standalone] ( https://central.sonatype.com/artifact/org.python/jython-standalone/versions )
30
+ Follow "Browse" to the JAR files.
25
31
26
32
27
33
0 commit comments