Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.samples |
ArtifactId | ArtifactIdcustomer |
Version | Version2.1.7 |
Type | Typepom |
Filename | Size |
---|---|
customer-2.1.7.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.samples/customer/ -->
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>customer</artifactId>
<version>2.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/customer/
implementation 'org.apache.geronimo.samples:customer:2.1.7'
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/customer/
implementation ("org.apache.geronimo.samples:customer:2.1.7")
'org.apache.geronimo.samples:customer:pom:2.1.7'
<dependency org="org.apache.geronimo.samples" name="customer" rev="2.1.7">
<artifact name="customer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.samples', module='customer', version='2.1.7')
)
libraryDependencies += "org.apache.geronimo.samples" % "customer" % "2.1.7"
[org.apache.geronimo.samples/customer "2.1.7"]