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