For users using scripts to automate the build workflow of their Java application
with the Java Service Wrapper, it is now possible to be sure to always download the latest
(or stable) version of the Wrapper without editing any scripts at each release of the Wrapper.
At the root of our download page,
you will find 2 files contaning the latest and stable versions of the Wrapper:
After getting the version number, it is easy to generate the URL to download the desired file.
All our files follow the same naming convention:
wrapper-${platform}-${bit}-${version}${edition}.${extension}
|
Where the possible values are:
-
platform: linux-x86, aix-ppc, solaris-x86, etc.
-
bit: 32 or 64
-
version: 3.5.26, 3.5.30, 3.5.34, etc.
-
edition: -st, -pro or nothing for the community edition
-
extension: tar.gz for Unix or zip for Windows
Below is a concrete example of the URL to download the Wrapper 3.5.34 for linux-x86, 64-bit, standard edition:
https://download.tanukisoftware.com/wrapper/3.5.34/wrapper-linux-x86-64-3.5.34-st.tar.gz
|
Another example of the URL to download the Wrapper 3.5.30 for Windows x86, 32-bit, community edition:
https://download.tanukisoftware.com/wrapper/3.5.30/wrapper-windows-x86-32-3.5.30.zip
|