GroupId | GroupIdorg.jdesktop |
---|---|
ArtifactId | ArtifactIdappframework |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.jdesktop - Swing Application Framework
Mavenized build for Swing Application Framework from
"https://appframework.dev.java.net".
|
Filename | Size |
---|---|
appframework-1.0.3.pom | |
appframework-1.0.3.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdesktop/appframework/ -->
<dependency>
<groupId>org.jdesktop</groupId>
<artifactId>appframework</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdesktop/appframework/
implementation 'org.jdesktop:appframework:1.0.3'
// https://jarcasting.com/artifacts/org.jdesktop/appframework/
implementation ("org.jdesktop:appframework:1.0.3")
'org.jdesktop:appframework:jar:1.0.3'
<dependency org="org.jdesktop" name="appframework" rev="1.0.3">
<artifact name="appframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdesktop', module='appframework', version='1.0.3')
)
libraryDependencies += "org.jdesktop" % "appframework" % "1.0.3"
[org.jdesktop/appframework "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jdesktop : swing-worker | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |