w

webswing

Webswing is a web server that allows to run any swing application inside your web browser using only pure HTML5.
http://www.webswing.org
GNU Affero General Public License version 3.0
Viktor Meszaros
文件下载
文件名 操作
webswing-2.7.pom 下载
Apache Maven
<dependency>
  <groupId>org.webswing</groupId>
  <artifactId>webswing</artifactId>
  <version>2.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.webswing:webswing:2.7'
Gradle Kotlin
implementation("org.webswing:webswing:2.7")
Scala SBT
libraryDependencies += "org.webswing" % "webswing" % "2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.webswing', module='webswing', version='2.7')
)
Apache Ivy
<dependency org="org.webswing" name="webswing" rev="2.7" />
Leiningen
[org.webswing/webswing "2.7"]
Apache Buildr
'org.webswing:webswing:jar:2.7'
本项目依赖