MVN

izpack : izpack-standalone-compiler

Maven & Gradle

Sep 20, 2005
1 usages

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.

<dependency>
    <groupId>izpack</groupId>
    <artifactId>izpack-standalone-compiler</artifactId>
    <version>3.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of izpack : izpack-standalone-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.2

All Versions

Choose a version of izpack : izpack-standalone-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
izpack-standalone-compiler-3.7.2

How to add a dependency to Maven

Add the following izpack : izpack-standalone-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>izpack</groupId>
    <artifactId>izpack-standalone-compiler</artifactId>
    <version>3.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following izpack : izpack-standalone-compiler gradle dependency to your build.gradle file:

implementation 'izpack:izpack-standalone-compiler:3.7.2'

Gradle Kotlin DSL: Add the following izpack : izpack-standalone-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("izpack:izpack-standalone-compiler:3.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following izpack : izpack-standalone-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "izpack" % "izpack-standalone-compiler" % "3.7.2"

Advertisement