t

tomcat-launcher

Deploy web applications with embedded Tomcat
Files download
File Operation
tomcat-launcher-1.0-RC2.jar download
tomcat-launcher-1.0-RC2.pom download
tomcat-launcher-1.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>it.thomasjohansen.weblauncher</groupId>
  <artifactId>tomcat-launcher</artifactId>
  <version>1.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'it.thomasjohansen.weblauncher:tomcat-launcher:1.0-RC2'
Gradle Kotlin
implementation("it.thomasjohansen.weblauncher:tomcat-launcher:1.0-RC2")
Scala SBT
libraryDependencies += "it.thomasjohansen.weblauncher" % "tomcat-launcher" % "1.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='it.thomasjohansen.weblauncher', module='tomcat-launcher', version='1.0-RC2')
)
Apache Ivy
<dependency org="it.thomasjohansen.weblauncher" name="tomcat-launcher" rev="1.0-RC2" />
Leiningen
[it.thomasjohansen.weblauncher/tomcat-launcher "1.0-RC2"]
Apache Buildr
'it.thomasjohansen.weblauncher:tomcat-launcher:jar:1.0-RC2'