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