Categories |
CategoriesTomcat Container Application Servers Geronimo |
---|---|
GroupId | GroupIdorg.apache.geronimo |
ArtifactId | ArtifactIdgeronimo-tomcat |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
geronimo-tomcat-1.0.pom | |
geronimo-tomcat-1.0.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-tomcat/ -->
<dependency>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-tomcat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-tomcat/
implementation 'org.apache.geronimo:geronimo-tomcat:1.0'
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-tomcat/
implementation ("org.apache.geronimo:geronimo-tomcat:1.0")
'org.apache.geronimo:geronimo-tomcat:jar:1.0'
<dependency org="org.apache.geronimo" name="geronimo-tomcat" rev="1.0">
<artifact name="geronimo-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo', module='geronimo-tomcat', version='1.0')
)
libraryDependencies += "org.apache.geronimo" % "geronimo-tomcat" % "1.0"
[org.apache.geronimo/geronimo-tomcat "1.0"]