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