is not current version
Last Version 2.7.0

com.jgoodies:jgoodies-looks 2.5.3

The JGoodies Looks make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and usability. And they simplify the multi-platform support by using similar widget dimensions. In addition, many people have reviewed them as elegant.

GroupId

GroupId

com.jgoodies
ArtifactId

ArtifactId

jgoodies-looks
Version

Version

2.5.3
Type

Type

jar

Download jgoodies-looks 2.5.3


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