Categories |
CategoriesIzPack Build Tools Distribution |
---|---|
GroupId | GroupIdorg.ow2.orchestra.installer.izpack |
ArtifactId | ArtifactIdorchestra-installer |
Version | Version4.5.0 |
Type | Typepom |
Filename | Size |
---|---|
orchestra-installer-4.5.0.pom | |
orchestra-installer-4.5.0.jnlp | 9 KB |
orchestra-installer-4.5.0-standard.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.installer.izpack/orchestra-installer/ -->
<dependency>
<groupId>org.ow2.orchestra.installer.izpack</groupId>
<artifactId>orchestra-installer</artifactId>
<version>4.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.installer.izpack/orchestra-installer/
implementation 'org.ow2.orchestra.installer.izpack:orchestra-installer:4.5.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.installer.izpack/orchestra-installer/
implementation ("org.ow2.orchestra.installer.izpack:orchestra-installer:4.5.0")
'org.ow2.orchestra.installer.izpack:orchestra-installer:pom:4.5.0'
<dependency org="org.ow2.orchestra.installer.izpack" name="orchestra-installer" rev="4.5.0">
<artifact name="orchestra-installer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.installer.izpack', module='orchestra-installer', version='4.5.0')
)
libraryDependencies += "org.ow2.orchestra.installer.izpack" % "orchestra-installer" % "4.5.0"
[org.ow2.orchestra.installer.izpack/orchestra-installer "4.5.0"]