License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.applications |
ArtifactId | ArtifactIdgeronimo-welcome |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionGeronimo Applications :: Welcome
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
geronimo-welcome-2.0.2.pom | |
geronimo-welcome-2.0.2.war | 54 KB |
geronimo-welcome-2.0.2-sources.jar | 18 KB |
geronimo-welcome-2.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.applications/geronimo-welcome/ -->
<dependency>
<groupId>org.apache.geronimo.applications</groupId>
<artifactId>geronimo-welcome</artifactId>
<version>2.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.applications/geronimo-welcome/
implementation 'org.apache.geronimo.applications:geronimo-welcome:2.0.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.applications/geronimo-welcome/
implementation ("org.apache.geronimo.applications:geronimo-welcome:2.0.2")
'org.apache.geronimo.applications:geronimo-welcome:war:2.0.2'
<dependency org="org.apache.geronimo.applications" name="geronimo-welcome" rev="2.0.2">
<artifact name="geronimo-welcome" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.applications', module='geronimo-welcome', version='2.0.2')
)
libraryDependencies += "org.apache.geronimo.applications" % "geronimo-welcome" % "2.0.2"
[org.apache.geronimo.applications/geronimo-welcome "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.modules : geronimo-system | jar | 2.0.2 |
org.apache.geronimo.specs : geronimo-jsp_2.1_spec | jar | 1.0 |
org.apache.geronimo.specs : geronimo-servlet_2.5_spec | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.genesis.config : logging-config | jar | 1.2 |
junit : junit | jar | 3.8.1 |