| License | License | 
|---|---|
| GroupId | GroupIdorg.webswing | 
| ArtifactId | ArtifactIdwebswing | 
| Last Version | Last Version20.2.4 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionWebswing Webswing is a web server that allows to run any swing application inside your web browser using only pure HTML5. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| webswing-20.2.4.pom | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webswing/webswing/ -->
<dependency>
    <groupId>org.webswing</groupId>
    <artifactId>webswing</artifactId>
    <version>20.2.4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.webswing/webswing/
implementation 'org.webswing:webswing:20.2.4'// https://jarcasting.com/artifacts/org.webswing/webswing/
implementation ("org.webswing:webswing:20.2.4")'org.webswing:webswing:pom:20.2.4'<dependency org="org.webswing" name="webswing" rev="20.2.4">
  <artifact name="webswing" type="pom" />
</dependency>@Grapes(
@Grab(group='org.webswing', module='webswing', version='20.2.4')
)libraryDependencies += "org.webswing" % "webswing" % "20.2.4"[org.webswing/webswing "20.2.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |