f

flatlaf-swingx

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