is not current version
Last Version 20.2.4

org.webswing:webswing 20.1.6

Webswing is a web server that allows to run any swing application inside your web browser using only pure HTML5.

GroupId

GroupId

org.webswing
ArtifactId

ArtifactId

webswing
Version

Version

20.1.6
Type

Type

pom

Download webswing 20.1.6

Filename Size
webswing-20.1.6.pom 22 KB
Browse

<!-- https://jarcasting.com/artifacts/org.webswing/webswing/ -->
<dependency>
    <groupId>org.webswing</groupId>
    <artifactId>webswing</artifactId>
    <version>20.1.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing/
implementation 'org.webswing:webswing:20.1.6'
// https://jarcasting.com/artifacts/org.webswing/webswing/
implementation ("org.webswing:webswing:20.1.6")
'org.webswing:webswing:pom:20.1.6'
<dependency org="org.webswing" name="webswing" rev="20.1.6">
  <artifact name="webswing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing', version='20.1.6')
)
libraryDependencies += "org.webswing" % "webswing" % "20.1.6"
[org.webswing/webswing "20.1.6"]