Files download
File Operation
webswing-api-2.7.jar download
webswing-api-2.7.pom download
webswing-api-2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webswing</groupId>
  <artifactId>webswing-api</artifactId>
  <version>2.7</version>
</dependency>
Gradle Groovy
implementation 'org.webswing:webswing-api:2.7'
Gradle Kotlin
implementation("org.webswing:webswing-api:2.7")
Scala SBT
libraryDependencies += "org.webswing" % "webswing-api" % "2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.webswing', module='webswing-api', version='2.7')
)
Apache Ivy
<dependency org="org.webswing" name="webswing-api" rev="2.7" />
Leiningen
[org.webswing/webswing-api "2.7"]
Apache Buildr
'org.webswing:webswing-api:jar:2.7'