Skip to content

Make download links land in better places (fixes #38) #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Make download links land in better places (fixes #38)
  • Loading branch information
jeff5 committed Jan 18, 2025
commit a197da7571bcb5621aaf096cd684a0d12dbca116
15 changes: 9 additions & 6 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ title: Downloads
## Current Version
The current version of Jython is 2.7.4.
It can be applied:
- By downloading the [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer).
- By downloading the [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar).
Use this to install Jython as an application locally.
- As a [dependency in your Maven or Gradle build](https://central.sonatype.com/artifact/org.python/jython-slim).
Use this to embed Jython in a Java application, using the snippet provided at the link.
- As the [Jython Standalone JAR](https://central.sonatype.com/artifact/org.python/jython-standalone).
Download this to run Jython without installing or as a JAR on the class path of a Java application.
(Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer).)
- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim).
Embed Jython in a Java application using the snippet provided for your preferred build tool.
- As the [Jython Standalone JAR](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar).
Download this to run Jython without installing, or as a JAR on the class path of a Java application.
Some users cite this as
[a dependency](https://central.sonatype.com/artifact/org.python/jython-standalone).

For information on installing see [Installation](installation).

Expand All @@ -22,7 +25,7 @@ Previous versions of Jython are available from:
- [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions)
- [Jython Slim JAR](https://central.sonatype.com/artifact/org.python/jython-slim/versions)
- [Jython Standalone](https://central.sonatype.com/artifact/org.python/jython-standalone/versions)

Follow the "Browse" link for the version of your choice and take the JAR file.


## OpenPGP Public Keys
Expand Down
Loading