is not current version
Last Version 3.2-b06

org.glassfish.appclient:gf-client 3.1-b17


Categories

Categories

GlassFish Container Application Servers CLI User Interface
GroupId

GroupId

org.glassfish.appclient
ArtifactId

ArtifactId

gf-client
Version

Version

3.1-b17
Type

Type

jar

Download gf-client 3.1-b17


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