You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ For information on installing see [Installation](installation).
12
12
This version is supported on Java 7 and 8.
13
13
14
14
## Current Beta Version
15
-
A beta version is available (Jython 2.7.2b2).
15
+
A beta version is available (Jython 2.7.2b3).
16
16
It can be downloaded here:
17
-
-[Jython Installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.2b2/jython-installer-2.7.2b2.jar) - Use this to install Jython.
18
-
-[Jython Standalone](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.2b2/jython-standalone-2.7.2b2.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
19
-
- (Considered experimental) You may cite Jython 2.7.2b2 as a
20
-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2b2/jar).
17
+
-[Jython Installer](https://mvnrepository.com/artifact/org.python/jython-installer/2.7.2b3) - Use this to install Jython.
18
+
-[Jython Standalone](https://mvnrepository.com/artifact/org.python/jython-standalone/2.7.2b3) - Use this to run Jython without installing or to embed Jython in a Java application.
19
+
- (Considered experimental) You may cite Jython 2.7.2b3 as a
20
+
[dependency in your Maven or Gradle build](https://mvnrepository.com/artifact/org.python/jython-slim/2.7.2b3).
21
21
22
22
For information on installing see [Installation](installation).
0 commit comments