文件下载
文件名 操作
webswing-api-2.6.4.jar 下载
webswing-api-2.6.4.pom 下载
webswing-api-2.6.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webswing</groupId>
  <artifactId>webswing-api</artifactId>
  <version>2.6.4</version>
</dependency>
Gradle Groovy
implementation 'org.webswing:webswing-api:2.6.4'
Gradle Kotlin
implementation("org.webswing:webswing-api:2.6.4")
Scala SBT
libraryDependencies += "org.webswing" % "webswing-api" % "2.6.4"
Groovy Grape
@Grapes(
  @Grab(group='org.webswing', module='webswing-api', version='2.6.4')
)
Apache Ivy
<dependency org="org.webswing" name="webswing-api" rev="2.6.4" />
Leiningen
[org.webswing/webswing-api "2.6.4"]
Apache Buildr
'org.webswing:webswing-api:jar:2.6.4'