License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdit.thomasjohansen.launcher |
ArtifactId | ArtifactIdtomcat-launcher |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomcat Launcher
Deploy web applications with embedded Tomcat
|
Filename | Size |
---|---|
tomcat-launcher-1.2.pom | |
tomcat-launcher-1.2.jar | 9 KB |
tomcat-launcher-1.2-sources.jar | 4 KB |
tomcat-launcher-1.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.launcher/tomcat-launcher/ -->
<dependency>
<groupId>it.thomasjohansen.launcher</groupId>
<artifactId>tomcat-launcher</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.launcher/tomcat-launcher/
implementation 'it.thomasjohansen.launcher:tomcat-launcher:1.2'
// https://jarcasting.com/artifacts/it.thomasjohansen.launcher/tomcat-launcher/
implementation ("it.thomasjohansen.launcher:tomcat-launcher:1.2")
'it.thomasjohansen.launcher:tomcat-launcher:jar:1.2'
<dependency org="it.thomasjohansen.launcher" name="tomcat-launcher" rev="1.2">
<artifact name="tomcat-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.launcher', module='tomcat-launcher', version='1.2')
)
libraryDependencies += "it.thomasjohansen.launcher" % "tomcat-launcher" % "1.2"
[it.thomasjohansen.launcher/tomcat-launcher "1.2"]
Group / Artifact | Type | Version |
---|---|---|
it.thomasjohansen.launcher : web-launcher-common | jar | 1.2 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 8.0.24 |
org.apache.tomcat : tomcat-jasper | jar | 8.0.24 |
org.apache.tomcat : tomcat-servlet-api | jar | 8.0.24 |
org.apache.tomcat : tomcat-jsp-api | jar | 8.0.24 |
org.apache.tomcat.embed : tomcat-embed-logging-juli | jar | 8.0.24 |
junit : junit | jar | 4.12 |