Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdbootstrap |
Last Version | Last Version5.5.23 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
bootstrap-5.5.23.pom | |
bootstrap-5.5.23.jar | 23 KB |
bootstrap-5.5.23-sources.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/bootstrap/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>bootstrap</artifactId>
<version>5.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/bootstrap/
implementation 'tomcat:bootstrap:5.5.23'
// https://jarcasting.com/artifacts/tomcat/bootstrap/
implementation ("tomcat:bootstrap:5.5.23")
'tomcat:bootstrap:jar:5.5.23'
<dependency org="tomcat" name="bootstrap" rev="5.5.23">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='bootstrap', version='5.5.23')
)
libraryDependencies += "tomcat" % "bootstrap" % "5.5.23"
[tomcat/bootstrap "5.5.23"]