<dependency> <groupId>org.webswing</groupId> <artifactId>webswing</artifactId> <version>20.1.8</version> <type>pom</type> </dependency>
implementation 'org.webswing:webswing:20.1.8'
implementation("org.webswing:webswing:20.1.8")
libraryDependencies += "org.webswing" % "webswing" % "20.1.8"
@Grapes( @Grab(group='org.webswing', module='webswing', version='20.1.8') )
<dependency org="org.webswing" name="webswing" rev="20.1.8" />
[org.webswing/webswing "20.1.8"]
'org.webswing:webswing:jar:20.1.8'
test
|-- junit:junit:4.12