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