Categories |
CategoriesGlassFish Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.glassfish.appclient |
ArtifactId | ArtifactIdgf-client |
Version | Version3.1.1-b07 |
Type | Typejar |
Filename | Size |
---|---|
gf-client-3.1.1-b07.pom | |
gf-client-3.1.1-b07.jar | 20 KB |
gf-client-3.1.1-b07-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.appclient/gf-client/ -->
<dependency>
<groupId>org.glassfish.appclient</groupId>
<artifactId>gf-client</artifactId>
<version>3.1.1-b07</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.appclient/gf-client/
implementation 'org.glassfish.appclient:gf-client:3.1.1-b07'
// https://jarcasting.com/artifacts/org.glassfish.appclient/gf-client/
implementation ("org.glassfish.appclient:gf-client:3.1.1-b07")
'org.glassfish.appclient:gf-client:jar:3.1.1-b07'
<dependency org="org.glassfish.appclient" name="gf-client" rev="3.1.1-b07">
<artifact name="gf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.appclient', module='gf-client', version='3.1.1-b07')
)
libraryDependencies += "org.glassfish.appclient" % "gf-client" % "3.1.1-b07"
[org.glassfish.appclient/gf-client "3.1.1-b07"]