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