| Categories |
CategoriesGeronimo Container Application Servers CLI User Interface |
|---|---|
| GroupId | GroupIdorg.apache.geronimo.plugins |
| ArtifactId | ArtifactIdclient |
| Version | Version2.1.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| client-2.1.5.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/client/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>client</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/client/
implementation 'org.apache.geronimo.plugins:client:2.1.5'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/client/
implementation ("org.apache.geronimo.plugins:client:2.1.5")
'org.apache.geronimo.plugins:client:pom:2.1.5'
<dependency org="org.apache.geronimo.plugins" name="client" rev="2.1.5">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='client', version='2.1.5')
)
libraryDependencies += "org.apache.geronimo.plugins" % "client" % "2.1.5"
[org.apache.geronimo.plugins/client "2.1.5"]