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