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