<dependency> <groupId>com.formdev</groupId> <artifactId>flatlaf-swingx</artifactId> <version>0.14</version> </dependency>
implementation 'com.formdev:flatlaf-swingx:0.14'
implementation("com.formdev:flatlaf-swingx:0.14")
libraryDependencies += "com.formdev" % "flatlaf-swingx" % "0.14"
@Grapes( @Grab(group='com.formdev', module='flatlaf-swingx', version='0.14') )
<dependency org="com.formdev" name="flatlaf-swingx" rev="0.14" />
[com.formdev/flatlaf-swingx "0.14"]
'com.formdev:flatlaf-swingx:jar:0.14'
runtime
|-- com.formdev:flatlaf:0.14
|-- org.swinglabs.swingx:swingx-all:1.6.5-1