w

weblaf

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
http://weblookandfeel.com
GPL v3+
de.sciss
Mikle Garin Hans Holger Rutz
Files download
File Operation
weblaf-2.1.5.pom download
Apache Maven
<dependency>
  <groupId>de.sciss</groupId>
  <artifactId>weblaf</artifactId>
  <version>2.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.sciss:weblaf:2.1.5'
Gradle Kotlin
implementation("de.sciss:weblaf:2.1.5")
Scala SBT
libraryDependencies += "de.sciss" % "weblaf" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='de.sciss', module='weblaf', version='2.1.5')
)
Apache Ivy
<dependency org="de.sciss" name="weblaf" rev="2.1.5" />
Leiningen
[de.sciss/weblaf "2.1.5"]
Apache Buildr
'de.sciss:weblaf:jar:2.1.5'