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