License |
License
GNU Lesser General Public License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.nimrod |
ArtifactId | ArtifactIdnimrod-laf |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNimrod Look and Feel
NimROD Look and Feel is an extension of the Metal Look and Feel, so it should be a portable
look and feel.
|
Filename | Size |
---|---|
nimrod-laf-1.2.pom | |
nimrod-laf-1.2.jar | 238 KB |
nimrod-laf-1.2-sources.jar | 162 KB |
nimrod-laf-1.2-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.nimrod/nimrod-laf/ -->
<dependency>
<groupId>net.sf.nimrod</groupId>
<artifactId>nimrod-laf</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.nimrod/nimrod-laf/
implementation 'net.sf.nimrod:nimrod-laf:1.2'
// https://jarcasting.com/artifacts/net.sf.nimrod/nimrod-laf/
implementation ("net.sf.nimrod:nimrod-laf:1.2")
'net.sf.nimrod:nimrod-laf:jar:1.2'
<dependency org="net.sf.nimrod" name="nimrod-laf" rev="1.2">
<artifact name="nimrod-laf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.nimrod', module='nimrod-laf', version='1.2')
)
libraryDependencies += "net.sf.nimrod" % "nimrod-laf" % "1.2"
[net.sf.nimrod/nimrod-laf "1.2"]