f

flatlaf-swingx

Flat Look and Feel addon for SwingX
https://github.com/JFormDesigner/FlatLaf
The Apache License, Version 2.0
Karl Tauber
文件下载
文件名 操作
flatlaf-swingx-0.18.jar 下载
flatlaf-swingx-0.18.pom 下载
flatlaf-swingx-0.18-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.formdev</groupId>
  <artifactId>flatlaf-swingx</artifactId>
  <version>0.18</version>
</dependency>
Gradle Groovy
implementation 'com.formdev:flatlaf-swingx:0.18'
Gradle Kotlin
implementation("com.formdev:flatlaf-swingx:0.18")
Scala SBT
libraryDependencies += "com.formdev" % "flatlaf-swingx" % "0.18"
Groovy Grape
@Grapes(
  @Grab(group='com.formdev', module='flatlaf-swingx', version='0.18')
)
Apache Ivy
<dependency org="com.formdev" name="flatlaf-swingx" rev="0.18" />
Leiningen
[com.formdev/flatlaf-swingx "0.18"]
Apache Buildr
'com.formdev:flatlaf-swingx:jar:0.18'