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