| Группа | Группаorg.webswing |
|---|---|
| Идентификатор | Идентификаторwebswing-app-launcher |
| Версия | Версия20.1.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| webswing-app-launcher-20.1.6.pom | |
| webswing-app-launcher-20.1.6.jar | 10 KB |
| webswing-app-launcher-20.1.6-sources.jar | 4 KB |
| webswing-app-launcher-20.1.6-javadoc.jar | 403 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webswing/webswing-app-launcher/ -->
<dependency>
<groupId>org.webswing</groupId>
<artifactId>webswing-app-launcher</artifactId>
<version>20.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webswing/webswing-app-launcher/
implementation 'org.webswing:webswing-app-launcher:20.1.6'
// https://jarcasting.com/artifacts/org.webswing/webswing-app-launcher/
implementation ("org.webswing:webswing-app-launcher:20.1.6")
'org.webswing:webswing-app-launcher:jar:20.1.6'
<dependency org="org.webswing" name="webswing-app-launcher" rev="20.1.6">
<artifact name="webswing-app-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webswing', module='webswing-app-launcher', version='20.1.6')
)
libraryDependencies += "org.webswing" % "webswing-app-launcher" % "20.1.6"
[org.webswing/webswing-app-launcher "20.1.6"]