web-launcher
This project facilitates launching of Java web applications without the need for pre-installed web container software. It does this by embedding Tomcat or Jetty, by your choice, through a fluent API.
License |
License |
---|---|
GroupId | GroupIdit.thomasjohansen.weblauncher |
ArtifactId | ArtifactIdweb-launcher |
Last Version | Last Version1.0-RC2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeb Launcher
Web launcher root module
|
Project URL |
Project URL |
Filename | Size |
---|---|
web-launcher-1.0-RC2.pom | 881 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/web-launcher/ -->
<dependency>
<groupId>it.thomasjohansen.weblauncher</groupId>
<artifactId>web-launcher</artifactId>
<version>1.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/web-launcher/
implementation 'it.thomasjohansen.weblauncher:web-launcher:1.0-RC2'
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/web-launcher/
implementation ("it.thomasjohansen.weblauncher:web-launcher:1.0-RC2")
'it.thomasjohansen.weblauncher:web-launcher:pom:1.0-RC2'
<dependency org="it.thomasjohansen.weblauncher" name="web-launcher" rev="1.0-RC2">
<artifact name="web-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='web-launcher', version='1.0-RC2')
)
libraryDependencies += "it.thomasjohansen.weblauncher" % "web-launcher" % "1.0-RC2"
[it.thomasjohansen.weblauncher/web-launcher "1.0-RC2"]
This project facilitates launching of Java web applications without the need for pre-installed web container software. It does this by embedding Tomcat or Jetty, by your choice, through a fluent API.