MVN

org.sonatype.sisu : sisu-bundle-launcher-tomcat

Maven & Gradle

Apr 23, 2021
1 stars
<dependency>
    <groupId>org.sonatype.sisu</groupId>
    <artifactId>sisu-bundle-launcher-tomcat</artifactId>
    <version>1.11.0-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.sisu : sisu-bundle-launcher-tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0-01

All Versions

Choose a version of org.sonatype.sisu : sisu-bundle-launcher-tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
sisu-bundle-launcher-tomcat-1.11.0-01
1.9
sisu-bundle-launcher-tomcat-1.9
1.8
sisu-bundle-launcher-tomcat-1.8
1.7
sisu-bundle-launcher-tomcat-1.7
1.6
sisu-bundle-launcher-tomcat-1.6
1.5.x
sisu-bundle-launcher-tomcat-1.5.3
sisu-bundle-launcher-tomcat-1.5.2
sisu-bundle-launcher-tomcat-1.5.1
1.5
sisu-bundle-launcher-tomcat-1.5
1.4
sisu-bundle-launcher-tomcat-1.4
1.3
sisu-bundle-launcher-tomcat-1.3
1.2.x
sisu-bundle-launcher-tomcat-1.2.1
1.2
sisu-bundle-launcher-tomcat-1.2

How to add a dependency to Maven

Add the following org.sonatype.sisu : sisu-bundle-launcher-tomcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.sisu</groupId>
    <artifactId>sisu-bundle-launcher-tomcat</artifactId>
    <version>1.11.0-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.sisu : sisu-bundle-launcher-tomcat gradle dependency to your build.gradle file:

implementation 'org.sonatype.sisu:sisu-bundle-launcher-tomcat:1.11.0-01'

Gradle Kotlin DSL: Add the following org.sonatype.sisu : sisu-bundle-launcher-tomcat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.sisu:sisu-bundle-launcher-tomcat:1.11.0-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.sisu : sisu-bundle-launcher-tomcat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-tomcat" % "1.11.0-01"