g

geronimo-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.
文件下载
文件名 操作
geronimo-welcome-2.0.2.pom 下载
geronimo-welcome-2.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.applications</groupId>
  <artifactId>geronimo-welcome</artifactId>
  <version>2.0.2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.applications:geronimo-welcome:2.0.2'
Gradle Kotlin
implementation("org.apache.geronimo.applications:geronimo-welcome:2.0.2")
Scala SBT
libraryDependencies += "org.apache.geronimo.applications" % "geronimo-welcome" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.applications', module='geronimo-welcome', version='2.0.2')
)
Apache Ivy
<dependency org="org.apache.geronimo.applications" name="geronimo-welcome" rev="2.0.2" />
Leiningen
[org.apache.geronimo.applications/geronimo-welcome "2.0.2"]
Apache Buildr
'org.apache.geronimo.applications:geronimo-welcome:jar:2.0.2'