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