is not current version
Last Version 1.2.1

com.jgoodies:forms 1.1.0

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.

Categories

Categories

ORM Data
GroupId

GroupId

com.jgoodies
ArtifactId

ArtifactId

forms
Version

Version

1.1.0
Type

Type

jar

Download forms 1.1.0


<!-- https://jarcasting.com/artifacts/com.jgoodies/forms/ -->
<dependency>
    <groupId>com.jgoodies</groupId>
    <artifactId>forms</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/forms/
implementation 'com.jgoodies:forms:1.1.0'
// https://jarcasting.com/artifacts/com.jgoodies/forms/
implementation ("com.jgoodies:forms:1.1.0")
'com.jgoodies:forms:jar:1.1.0'
<dependency org="com.jgoodies" name="forms" rev="1.1.0">
  <artifact name="forms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='forms', version='1.1.0')
)
libraryDependencies += "com.jgoodies" % "forms" % "1.1.0"
[com.jgoodies/forms "1.1.0"]