Categories |
CategoriesMaven Build Tools IzPack Distribution |
---|---|
GroupId | GroupIdorg.bluestemsoftware.open.maven.plugin |
ArtifactId | ArtifactIdizpack-event |
Version | Version1.0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
izpack-event-1.0.0.0.pom | |
izpack-event-1.0.0.0.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/izpack-event/ -->
<dependency>
<groupId>org.bluestemsoftware.open.maven.plugin</groupId>
<artifactId>izpack-event</artifactId>
<version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/izpack-event/
implementation 'org.bluestemsoftware.open.maven.plugin:izpack-event:1.0.0.0'
// https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/izpack-event/
implementation ("org.bluestemsoftware.open.maven.plugin:izpack-event:1.0.0.0")
'org.bluestemsoftware.open.maven.plugin:izpack-event:jar:1.0.0.0'
<dependency org="org.bluestemsoftware.open.maven.plugin" name="izpack-event" rev="1.0.0.0">
<artifact name="izpack-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bluestemsoftware.open.maven.plugin', module='izpack-event', version='1.0.0.0')
)
libraryDependencies += "org.bluestemsoftware.open.maven.plugin" % "izpack-event" % "1.0.0.0"
[org.bluestemsoftware.open.maven.plugin/izpack-event "1.0.0.0"]