@@ -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
@@ -22,7 +25,7 @@ Previous versions of Jython are available from:
22
25
- [ Jython Installer] ( https://central.sonatype.com/artifact/org.python/jython-installer/versions )
23
26
- [ Jython Slim JAR] ( https://central.sonatype.com/artifact/org.python/jython-slim/versions )
24
27
- [ Jython Standalone] ( https://central.sonatype.com/artifact/org.python/jython-standalone/versions )
25
-
28
+ Follow the "Browse" link for the version of your choice and take the JAR file.
26
29
27
30
28
31
## OpenPGP Public Keys
0 commit comments