is not current version
Last Version 5.5.23

tomcat:bootstrap 5.5.12


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

bootstrap
Version

Version

5.5.12
Type

Type

jar

Download bootstrap 5.5.12


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