Categories |
CategoriesIzPack Build Tools Distribution |
---|---|
GroupId | GroupIdorg.ow2.orchestra.installer.izpack |
ArtifactId | ArtifactIdorchestra-installer |
Version | Version4.3.0 |
Type | Typepom |
Filename | Size |
---|---|
orchestra-installer-4.3.0.pom | |
orchestra-installer-4.3.0.jnlp | 9 KB |
orchestra-installer-4.3.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.3.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.3.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.installer.izpack/orchestra-installer/
implementation ("org.ow2.orchestra.installer.izpack:orchestra-installer:4.3.0")
'org.ow2.orchestra.installer.izpack:orchestra-installer:pom:4.3.0'
<dependency org="org.ow2.orchestra.installer.izpack" name="orchestra-installer" rev="4.3.0">
<artifact name="orchestra-installer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.installer.izpack', module='orchestra-installer', version='4.3.0')
)
libraryDependencies += "org.ow2.orchestra.installer.izpack" % "orchestra-installer" % "4.3.0"
[org.ow2.orchestra.installer.izpack/orchestra-installer "4.3.0"]