is not current version
Last Version 20.2.4

org.webswing:webswing 2.6.1

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

2.6.1
Type

Type

pom

Download webswing 2.6.1

Filename Size
webswing-2.6.1.pom 21 KB
Browse

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