не последняя версия
Последняя версия 20.2.4

org.webswing:webswing 2.6

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

Группа

Группа

org.webswing
Идентификатор

Идентификатор

webswing
Версия

Версия

2.6
Тип

Тип

pom

Скачать webswing 2.6

Имя Файла Размер
webswing-2.6.pom 21 KB
Обзор

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