is not current version
Last Version 3.2-b06

org.glassfish.appclient:client 3.2-b05


Categories

Categories

GlassFish Container Application Servers CLI User Interface
GroupId

GroupId

org.glassfish.appclient
ArtifactId

ArtifactId

client
Version

Version

3.2-b05
Type

Type

pom

Download client 3.2-b05

Filename Size
client-3.2-b05.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.appclient/client/ -->
<dependency>
    <groupId>org.glassfish.appclient</groupId>
    <artifactId>client</artifactId>
    <version>3.2-b05</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.appclient/client/
implementation 'org.glassfish.appclient:client:3.2-b05'
// https://jarcasting.com/artifacts/org.glassfish.appclient/client/
implementation ("org.glassfish.appclient:client:3.2-b05")
'org.glassfish.appclient:client:pom:3.2-b05'
<dependency org="org.glassfish.appclient" name="client" rev="3.2-b05">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.appclient', module='client', version='3.2-b05')
)
libraryDependencies += "org.glassfish.appclient" % "client" % "3.2-b05"
[org.glassfish.appclient/client "3.2-b05"]