Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdgeronimo-welcome |
Version | Version3.0-beta-1 |
Type | Typewar |
Filename | Size |
---|---|
geronimo-welcome-3.0-beta-1.pom | |
geronimo-welcome-3.0-beta-1.war | 105 KB |
geronimo-welcome-3.0-beta-1-sources.jar | 19 KB |
geronimo-welcome-3.0-beta-1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-welcome/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>geronimo-welcome</artifactId>
<version>3.0-beta-1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-welcome/
implementation 'org.apache.geronimo.plugins:geronimo-welcome:3.0-beta-1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-welcome/
implementation ("org.apache.geronimo.plugins:geronimo-welcome:3.0-beta-1")
'org.apache.geronimo.plugins:geronimo-welcome:war:3.0-beta-1'
<dependency org="org.apache.geronimo.plugins" name="geronimo-welcome" rev="3.0-beta-1">
<artifact name="geronimo-welcome" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-welcome', version='3.0-beta-1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-welcome" % "3.0-beta-1"
[org.apache.geronimo.plugins/geronimo-welcome "3.0-beta-1"]