is not current version
Last Version 3.2-b06

org.glassfish.appclient:gf-client 3.0-Preview


Categories

Categories

GlassFish Container Application Servers CLI User Interface
GroupId

GroupId

org.glassfish.appclient
ArtifactId

ArtifactId

gf-client
Version

Version

3.0-Preview
Type

Type

jar

Download gf-client 3.0-Preview


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