Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdjgoodies |
ArtifactId | ArtifactIdforms |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionForms
The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and
consistently. It makes simple things easy and the hard stuff possible, the good design easy
and the bad difficult.
|
Filename | Size |
---|---|
forms-1.0.5.pom | |
forms-1.0.5.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jgoodies/forms/ -->
<dependency>
<groupId>jgoodies</groupId>
<artifactId>forms</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/jgoodies/forms/
implementation 'jgoodies:forms:1.0.5'
// https://jarcasting.com/artifacts/jgoodies/forms/
implementation ("jgoodies:forms:1.0.5")
'jgoodies:forms:jar:1.0.5'
<dependency org="jgoodies" name="forms" rev="1.0.5">
<artifact name="forms" type="jar" />
</dependency>
@Grapes(
@Grab(group='jgoodies', module='forms', version='1.0.5')
)
libraryDependencies += "jgoodies" % "forms" % "1.0.5"
[jgoodies/forms "1.0.5"]