| Categories |
CategoriesGlassFish Container Application Servers CLI User Interface |
|---|---|
| GroupId | GroupIdorg.glassfish.main.appclient |
| ArtifactId | ArtifactIdclient |
| Version | Version5.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| client-5.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.appclient/client/ -->
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>client</artifactId>
<version>5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.appclient/client/
implementation 'org.glassfish.main.appclient:client:5.0'
// https://jarcasting.com/artifacts/org.glassfish.main.appclient/client/
implementation ("org.glassfish.main.appclient:client:5.0")
'org.glassfish.main.appclient:client:pom:5.0'
<dependency org="org.glassfish.main.appclient" name="client" rev="5.0">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.appclient', module='client', version='5.0')
)
libraryDependencies += "org.glassfish.main.appclient" % "client" % "5.0"
[org.glassfish.main.appclient/client "5.0"]