<dependency> <groupId>com.lafouche</groupId> <artifactId>xswingx</artifactId> <version>0.20</version> </dependency>
implementation 'com.lafouche:xswingx:0.20'
implementation("com.lafouche:xswingx:0.20")
libraryDependencies += "com.lafouche" % "xswingx" % "0.20"
@Grapes( @Grab(group='com.lafouche', module='xswingx', version='0.20') )
<dependency org="com.lafouche" name="xswingx" rev="0.20" />
[com.lafouche/xswingx "0.20"]
'com.lafouche:xswingx:jar:0.20'
compile
|-- com.jgoodies:looks:2.1.2
|-- com.jgoodies:forms:1.1.0
|-- org.swinglabs:swingx:0.9.2