is not current version
Last Version 3.0.1

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

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.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.plugins
ArtifactId

ArtifactId

geronimo-welcome
Version

Version

2.1.4
Type

Type

war

Download geronimo-welcome 2.1.4


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