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.launcher |
ArtifactId | ArtifactIdweb-launcher |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeb Launcher
Web launcher root module
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
web-launcher-1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.launcher/web-launcher/ -->
<dependency>
<groupId>it.thomasjohansen.launcher</groupId>
<artifactId>web-launcher</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.launcher/web-launcher/
implementation 'it.thomasjohansen.launcher:web-launcher:1.2'
// https://jarcasting.com/artifacts/it.thomasjohansen.launcher/web-launcher/
implementation ("it.thomasjohansen.launcher:web-launcher:1.2")
'it.thomasjohansen.launcher:web-launcher:pom:1.2'
<dependency org="it.thomasjohansen.launcher" name="web-launcher" rev="1.2">
<artifact name="web-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.launcher', module='web-launcher', version='1.2')
)
libraryDependencies += "it.thomasjohansen.launcher" % "web-launcher" % "1.2"
[it.thomasjohansen.launcher/web-launcher "1.2"]
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.