Download izpack-standalone-compiler-3.7.2.jar file - Jar i

Jar examples for i:izpack-standalone-compiler

Description

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.

You can download jar file izpack-standalone-compiler 3.7.2 in this page.

Build File

You can use the following script to add izpack-standalone-compiler-3.7.2.jar to your project.

<dependency>
   <groupId>izpack</groupId>
   <artifactId>izpack-standalone-compiler</artifactId>
   <version>3.7.2</version>
</dependency>
compile group: 'izpack', name: 'izpack-standalone-compiler', version: '3.7.2'
libraryDependencies += "izpack" % "izpack-standalone-compiler" % "3.7.2"
<dependency org="izpack" name="izpack-standalone-compiler" rev="3.7.2"/>
@Grapes(@Grab(group='izpack', module='izpack-standalone-compiler', version='3.7.2'))
'izpack:izpack-standalone-compiler:jar:3.7.2'

Download

Click the following link to download the jar file.

izpack-standalone-compiler-3.7.2.jar
izpack-standalone-compiler-3.7.2.pom



Related Tutorials