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