| Категории |
КатегорииTomcat Контейнер Application Servers Geronimo |
|---|---|
| Группа | Группаorg.apache.geronimo.modules |
| Идентификатор | Идентификаторgeronimo-tomcat6-builder |
| Версия | Версия2.1.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| geronimo-tomcat6-builder-2.1.8.pom | |
| geronimo-tomcat6-builder-2.1.8.jar | 72 KB |
| geronimo-tomcat6-builder-2.1.8-sources.jar | 88 KB |
| geronimo-tomcat6-builder-2.1.8-javadoc.jar | 291 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-tomcat6-builder/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-tomcat6-builder</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-tomcat6-builder/
implementation 'org.apache.geronimo.modules:geronimo-tomcat6-builder:2.1.8'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-tomcat6-builder/
implementation ("org.apache.geronimo.modules:geronimo-tomcat6-builder:2.1.8")
'org.apache.geronimo.modules:geronimo-tomcat6-builder:jar:2.1.8'
<dependency org="org.apache.geronimo.modules" name="geronimo-tomcat6-builder" rev="2.1.8">
<artifact name="geronimo-tomcat6-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-tomcat6-builder', version='2.1.8')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-tomcat6-builder" % "2.1.8"
[org.apache.geronimo.modules/geronimo-tomcat6-builder "2.1.8"]