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