is not current version
Last Version 5.5.23

tomcat:tomcat-parent 5.5.15


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-parent
Version

Version

5.5.15
Type

Type

pom

Download tomcat-parent 5.5.15

Filename Size
tomcat-parent-5.5.15.pom 898 bytes
Browse

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