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
文件下载
文件名 操作
weblaf-2.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>de.sciss</groupId>
  <artifactId>weblaf</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.sciss:weblaf:2.2.1'
Gradle Kotlin
implementation("de.sciss:weblaf:2.2.1")
Scala SBT
libraryDependencies += "de.sciss" % "weblaf" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='de.sciss', module='weblaf', version='2.2.1')
)
Apache Ivy
<dependency org="de.sciss" name="weblaf" rev="2.2.1" />
Leiningen
[de.sciss/weblaf "2.2.1"]
Apache Buildr
'de.sciss:weblaf:jar:2.2.1'