License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Jetty Container Application Servers |
GroupId | GroupIdcom.github.demidenko05 |
ArtifactId | ArtifactIda-jetty-swing |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA-Jetty SWING start/stop interface.
It's SWING interface to starts/stops WEB-app on embedded A-Jetty.
|
Project URL |
Project URL |
Filename | Size |
---|---|
a-jetty-swing-1.0.5.pom | |
a-jetty-swing-1.0.5.jar | 39 KB |
a-jetty-swing-1.0.5-sources.jar | 30 KB |
a-jetty-swing-1.0.5-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.demidenko05/a-jetty-swing/ -->
<dependency>
<groupId>com.github.demidenko05</groupId>
<artifactId>a-jetty-swing</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.demidenko05/a-jetty-swing/
implementation 'com.github.demidenko05:a-jetty-swing:1.0.5'
// https://jarcasting.com/artifacts/com.github.demidenko05/a-jetty-swing/
implementation ("com.github.demidenko05:a-jetty-swing:1.0.5")
'com.github.demidenko05:a-jetty-swing:jar:1.0.5'
<dependency org="com.github.demidenko05" name="a-jetty-swing" rev="1.0.5">
<artifact name="a-jetty-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.demidenko05', module='a-jetty-swing', version='1.0.5')
)
libraryDependencies += "com.github.demidenko05" % "a-jetty-swing" % "1.0.5"
[com.github.demidenko05/a-jetty-swing "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.demidenko05 : a-jetty-base | jar | 1.0.5 |
org.beigesoft : beige-logging-slf4j | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |