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