Categories |
CategoriesTomcat Container Application Servers Geronimo |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-tomcat6 |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-tomcat6-2.0.2.pom | |
geronimo-tomcat6-2.0.2.jar | 166 KB |
geronimo-tomcat6-2.0.2-sources.jar | 145 KB |
geronimo-tomcat6-2.0.2-javadoc.jar | 662 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-tomcat6/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-tomcat6</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-tomcat6/
implementation 'org.apache.geronimo.modules:geronimo-tomcat6:2.0.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-tomcat6/
implementation ("org.apache.geronimo.modules:geronimo-tomcat6:2.0.2")
'org.apache.geronimo.modules:geronimo-tomcat6:jar:2.0.2'
<dependency org="org.apache.geronimo.modules" name="geronimo-tomcat6" rev="2.0.2">
<artifact name="geronimo-tomcat6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-tomcat6', version='2.0.2')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-tomcat6" % "2.0.2"
[org.apache.geronimo.modules/geronimo-tomcat6 "2.0.2"]