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