Download geronimo-welcome-3.0.1.jar file - Jar g

Jar examples for g:geronimo-welcome

Description

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.

You can download jar file geronimo-welcome 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add geronimo-welcome-3.0.1.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>geronimo-welcome</artifactId>
   <version>3.0.1</version>
</dependency>
compile group: 'org.apache.geronimo.plugins', name: 'geronimo-welcome', version: '3.0.1'
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-welcome" % "3.0.1"
<dependency org="org.apache.geronimo.plugins" name="geronimo-welcome" rev="3.0.1"/>
@Grapes(@Grab(group='org.apache.geronimo.plugins', module='geronimo-welcome', version='3.0.1'))
'org.apache.geronimo.plugins:geronimo-welcome:jar:3.0.1'

Download

Click the following link to download the jar file.

geronimo-welcome-3.0.1-javadoc.jar
geronimo-welcome-3.0.1-sources.jar
geronimo-welcome-3.0.1.pom



Related Tutorials