не последняя версия
Последняя версия 3.0.1

org.apache.geronimo.plugins:geronimo-welcome 2.1

This is a very simple application that is intended to serve as the default page that can be viewed when the server is first installed so that someone can see that the installation is working.

Категории

Категории

Geronimo Контейнер Application Servers
Группа

Группа

org.apache.geronimo.plugins
Идентификатор

Идентификатор

geronimo-welcome
Версия

Версия

2.1
Тип

Тип

war

Скачать geronimo-welcome 2.1

Имя Файла Размер
geronimo-welcome-2.1.pom
geronimo-welcome-2.1.war 55 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-welcome/ -->
<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>geronimo-welcome</artifactId>
    <version>2.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-welcome/
implementation 'org.apache.geronimo.plugins:geronimo-welcome:2.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-welcome/
implementation ("org.apache.geronimo.plugins:geronimo-welcome:2.1")
'org.apache.geronimo.plugins:geronimo-welcome:war:2.1'
<dependency org="org.apache.geronimo.plugins" name="geronimo-welcome" rev="2.1">
  <artifact name="geronimo-welcome" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-welcome', version='2.1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-welcome" % "2.1"
[org.apache.geronimo.plugins/geronimo-welcome "2.1"]