is not current version
Last Version 2.2.1

de.sciss:weblaf 1.28

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

GroupId

GroupId

de.sciss
ArtifactId

ArtifactId

weblaf
Version

Version

1.28
Type

Type

pom

Download weblaf 1.28

Filename Size
weblaf-1.28.pom 1 KB
Browse

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