b

bootstrap

Files download
File Operation
bootstrap-5.5.23.jar download
bootstrap-5.5.23-sources.jar download
Apache Maven
<dependency>
  <groupId>tomcat</groupId>
  <artifactId>bootstrap</artifactId>
  <version>5.5.23</version>
</dependency>
Gradle Groovy
implementation 'tomcat:bootstrap:5.5.23'
Gradle Kotlin
implementation("tomcat:bootstrap:5.5.23")
Scala SBT
libraryDependencies += "tomcat" % "bootstrap" % "5.5.23"
Groovy Grape
@Grapes(
  @Grab(group='tomcat', module='bootstrap', version='5.5.23')
)
Apache Ivy
<dependency org="tomcat" name="bootstrap" rev="5.5.23" />
Leiningen
[tomcat/bootstrap "5.5.23"]
Apache Buildr
'tomcat:bootstrap:jar:5.5.23'
Dependencies
The project has no third-party dependencies