License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.jgoodies |
ArtifactId | ArtifactIdjgoodies-forms |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGoodies Forms
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jgoodies-forms-1.9.0.pom | |
jgoodies-forms-1.9.0.jar | 117 KB |
jgoodies-forms-1.9.0-sources.jar | 159 KB |
jgoodies-forms-1.9.0-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgoodies/jgoodies-forms/ -->
<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>jgoodies-forms</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-forms/
implementation 'com.jgoodies:jgoodies-forms:1.9.0'
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-forms/
implementation ("com.jgoodies:jgoodies-forms:1.9.0")
'com.jgoodies:jgoodies-forms:jar:1.9.0'
<dependency org="com.jgoodies" name="jgoodies-forms" rev="1.9.0">
<artifact name="jgoodies-forms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='jgoodies-forms', version='1.9.0')
)
libraryDependencies += "com.jgoodies" % "jgoodies-forms" % "1.9.0"
[com.jgoodies/jgoodies-forms "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jgoodies : jgoodies-common | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8 |