is not current version
Last Version 5.5.23

tomcat:bootstrap 4.0.6


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

bootstrap
Version

Version

4.0.6
Type

Type

jar

Download bootstrap 4.0.6


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