License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdtomcat-parent |
Last Version | Last Version5.5.23 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTomcat parent pom
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tomcat-parent-5.5.23.pom | 898 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/tomcat-parent/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>tomcat-parent</artifactId>
<version>5.5.23</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tomcat/tomcat-parent/
implementation 'tomcat:tomcat-parent:5.5.23'
// https://jarcasting.com/artifacts/tomcat/tomcat-parent/
implementation ("tomcat:tomcat-parent:5.5.23")
'tomcat:tomcat-parent:pom:5.5.23'
<dependency org="tomcat" name="tomcat-parent" rev="5.5.23">
<artifact name="tomcat-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='tomcat-parent', version='5.5.23')
)
libraryDependencies += "tomcat" % "tomcat-parent" % "5.5.23"
[tomcat/tomcat-parent "5.5.23"]