is not current version
Last Version 1.0-RC2

it.thomasjohansen.weblauncher:tomcat-launcher 1.0-RC1

Deploy web applications with embedded Tomcat

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

it.thomasjohansen.weblauncher
ArtifactId

ArtifactId

tomcat-launcher
Version

Version

1.0-RC1
Type

Type

jar

Download tomcat-launcher 1.0-RC1


<!-- https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/tomcat-launcher/ -->
<dependency>
    <groupId>it.thomasjohansen.weblauncher</groupId>
    <artifactId>tomcat-launcher</artifactId>
    <version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/tomcat-launcher/
implementation 'it.thomasjohansen.weblauncher:tomcat-launcher:1.0-RC1'
// https://jarcasting.com/artifacts/it.thomasjohansen.weblauncher/tomcat-launcher/
implementation ("it.thomasjohansen.weblauncher:tomcat-launcher:1.0-RC1")
'it.thomasjohansen.weblauncher:tomcat-launcher:jar:1.0-RC1'
<dependency org="it.thomasjohansen.weblauncher" name="tomcat-launcher" rev="1.0-RC1">
  <artifact name="tomcat-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='tomcat-launcher', version='1.0-RC1')
)
libraryDependencies += "it.thomasjohansen.weblauncher" % "tomcat-launcher" % "1.0-RC1"
[it.thomasjohansen.weblauncher/tomcat-launcher "1.0-RC1"]