Categories |
CategoriesIzPack Build Tools Distribution |
---|---|
GroupId | GroupIdizpack |
ArtifactId | ArtifactIdizpack-standalone-compiler |
Last Version | Last Version3.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionizpack-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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
izpack-standalone-compiler-3.7.2.pom | |
izpack-standalone-compiler-3.7.2.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/izpack/izpack-standalone-compiler/ -->
<dependency>
<groupId>izpack</groupId>
<artifactId>izpack-standalone-compiler</artifactId>
<version>3.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/izpack/izpack-standalone-compiler/
implementation 'izpack:izpack-standalone-compiler:3.7.2'
// https://jarcasting.com/artifacts/izpack/izpack-standalone-compiler/
implementation ("izpack:izpack-standalone-compiler:3.7.2")
'izpack:izpack-standalone-compiler:jar:3.7.2'
<dependency org="izpack" name="izpack-standalone-compiler" rev="3.7.2">
<artifact name="izpack-standalone-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='izpack', module='izpack-standalone-compiler', version='3.7.2')
)
libraryDependencies += "izpack" % "izpack-standalone-compiler" % "3.7.2"
[izpack/izpack-standalone-compiler "3.7.2"]