Categories |
CategoriesTomcat Container Application Servers Geronimo |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdtomcat |
Version | Version2.1.5 |
Type | Typepom |
Filename | Size |
---|---|
tomcat-2.1.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/tomcat/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>tomcat</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/tomcat/
implementation 'org.apache.geronimo.plugins:tomcat:2.1.5'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/tomcat/
implementation ("org.apache.geronimo.plugins:tomcat:2.1.5")
'org.apache.geronimo.plugins:tomcat:pom:2.1.5'
<dependency org="org.apache.geronimo.plugins" name="tomcat" rev="2.1.5">
<artifact name="tomcat" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='tomcat', version='2.1.5')
)
libraryDependencies += "org.apache.geronimo.plugins" % "tomcat" % "2.1.5"
[org.apache.geronimo.plugins/tomcat "2.1.5"]