License |
License |
---|---|
GroupId | GroupIdorg.patrodyne |
ArtifactId | ArtifactIdpatrodyne-site-hello |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionHello
Demonstration of using the IzPack to install a simple Swing application.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.patrodyne/patrodyne-site-hello/ -->
<dependency>
<groupId>org.patrodyne</groupId>
<artifactId>patrodyne-site-hello</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.patrodyne/patrodyne-site-hello/
implementation 'org.patrodyne:patrodyne-site-hello:1.0.4'
// https://jarcasting.com/artifacts/org.patrodyne/patrodyne-site-hello/
implementation ("org.patrodyne:patrodyne-site-hello:1.0.4")
'org.patrodyne:patrodyne-site-hello:jar:1.0.4'
<dependency org="org.patrodyne" name="patrodyne-site-hello" rev="1.0.4">
<artifact name="patrodyne-site-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patrodyne', module='patrodyne-site-hello', version='1.0.4')
)
libraryDependencies += "org.patrodyne" % "patrodyne-site-hello" % "1.0.4"
[org.patrodyne/patrodyne-site-hello "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
org.slf4j : slf4j-simple | jar | 1.6.4 |
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
org.slf4j : slf4j-jdk14 | jar | 1.6.4 |
ch.qos.logback : logback-classic | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |