is not current version
Last Version 2.2.1

org.apache.geronimo.samples:customer-ear 2.2

Geronimo Samples. EAR Module

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.samples
ArtifactId

ArtifactId

customer-ear
Version

Version

2.2
Type

Type

ear

Download customer-ear 2.2


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