License |
License |
---|---|
GroupId | GroupIdcom.jgoodies |
ArtifactId | ArtifactIdjgoodies-looks |
Last Version | Last Version2.7.0 |
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jgoodies-looks-2.7.0.pom | |
jgoodies-looks-2.7.0.jar | 392 KB |
jgoodies-looks-2.7.0-sources.jar | 343 KB |
jgoodies-looks-2.7.0-javadoc.jar | 698 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgoodies/jgoodies-looks/ -->
<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>jgoodies-looks</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-looks/
implementation 'com.jgoodies:jgoodies-looks:2.7.0'
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-looks/
implementation ("com.jgoodies:jgoodies-looks:2.7.0")
'com.jgoodies:jgoodies-looks:jar:2.7.0'
<dependency org="com.jgoodies" name="jgoodies-looks" rev="2.7.0">
<artifact name="jgoodies-looks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='jgoodies-looks', version='2.7.0')
)
libraryDependencies += "com.jgoodies" % "jgoodies-looks" % "2.7.0"
[com.jgoodies/jgoodies-looks "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jgoodies : jgoodies-common | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8 |