i

izpack-standalone-compiler

IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual machine is available. Depending on the operating system, it can be launched by a double-click or a simple 'java -jar installer.jar' on a shell. The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects. The main benefit of IzPack is that it provides a clean and unique way of distributing a project to users using different operating systems.
http://izforge.com/izpack/
Files download
File Operation
izpack-standalone-compiler-3.7.2.jar download
izpack-standalone-compiler-3.7.2.pom download
Apache Maven
<dependency>
  <groupId>izpack</groupId>
  <artifactId>izpack-standalone-compiler</artifactId>
  <version>3.7.2</version>
</dependency>
Gradle Groovy
implementation 'izpack:izpack-standalone-compiler:3.7.2'
Gradle Kotlin
implementation("izpack:izpack-standalone-compiler:3.7.2")
Scala SBT
libraryDependencies += "izpack" % "izpack-standalone-compiler" % "3.7.2"
Groovy Grape
@Grapes(
  @Grab(group='izpack', module='izpack-standalone-compiler', version='3.7.2')
)
Apache Ivy
<dependency org="izpack" name="izpack-standalone-compiler" rev="3.7.2" />
Leiningen
[izpack/izpack-standalone-compiler "3.7.2"]
Apache Buildr
'izpack:izpack-standalone-compiler:jar:3.7.2'
Dependencies
The project has no third-party dependencies