MVN

tomcat : bootstrap

Maven & Gradle

Dec 17, 2005
6 usages
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>bootstrap</artifactId>
    <version>4.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tomcat : bootstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.6

All Versions

Choose a version of tomcat : bootstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
bootstrap-5.5.12
5.0.x
bootstrap-5.0.28
bootstrap-5.0.18
bootstrap-5.0.16
4.0.x
bootstrap-4.0.6

How to add a dependency to Maven

Add the following tomcat : bootstrap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>bootstrap</artifactId>
    <version>4.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tomcat : bootstrap gradle dependency to your build.gradle file:

implementation 'tomcat:bootstrap:4.0.6'

Gradle Kotlin DSL: Add the following tomcat : bootstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("tomcat:bootstrap:4.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following tomcat : bootstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "tomcat" % "bootstrap" % "4.0.6"

Advertisement

Dependencies from Group

Feb 14, 2006
197 usages
Feb 14, 2006
177 usages
Jan 24, 2008
41 usages
Feb 14, 2006
39 usages
Jan 24, 2008
26 usages

Discover Dependencies

Nov 24, 2005
2 usages
Dec 13, 2005
5 usages
May 20, 2010
76 usages
Jan 09, 2011
3 usages
May 14, 2012
1 usages
May 07, 2010
28 usages
Nov 26, 2005
2 usages
Oct 08, 2014
2 usages
0 stars