License |
License |
---|---|
GroupId | GroupIdcom.jgoodies |
ArtifactId | ArtifactIdlooks |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGoodies Looks
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.
|
Filename | Size |
---|---|
looks-2.2.2.pom | |
looks-2.2.2.jar | 411 KB |
looks-2.2.2-sources.jar | 368 KB |
looks-2.2.2-javadoc.jar | 623 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgoodies/looks/ -->
<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>looks</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/looks/
implementation 'com.jgoodies:looks:2.2.2'
// https://jarcasting.com/artifacts/com.jgoodies/looks/
implementation ("com.jgoodies:looks:2.2.2")
'com.jgoodies:looks:jar:2.2.2'
<dependency org="com.jgoodies" name="looks" rev="2.2.2">
<artifact name="looks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='looks', version='2.2.2')
)
libraryDependencies += "com.jgoodies" % "looks" % "2.2.2"
[com.jgoodies/looks "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |