GroupId | GroupIdorg.codehaus.mojo.archetypes |
---|---|
ArtifactId | ArtifactIdappframework |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSwing Application Framework (JSR 296) Archetype
Archetype for creating application based on JSR 296
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
appframework-1.0.pom | |
appframework-1.0.jar | 102 KB |
appframework-1.0-sources.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/appframework/ -->
<dependency>
<groupId>org.codehaus.mojo.archetypes</groupId>
<artifactId>appframework</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/appframework/
implementation 'org.codehaus.mojo.archetypes:appframework:1.0'
// https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/appframework/
implementation ("org.codehaus.mojo.archetypes:appframework:1.0")
'org.codehaus.mojo.archetypes:appframework:jar:1.0'
<dependency org="org.codehaus.mojo.archetypes" name="appframework" rev="1.0">
<artifact name="appframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.archetypes', module='appframework', version='1.0')
)
libraryDependencies += "org.codehaus.mojo.archetypes" % "appframework" % "1.0"
[org.codehaus.mojo.archetypes/appframework "1.0"]