License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers CLI User Interface |
GroupId | GroupIdorg.glassfish.appclient |
ArtifactId | ArtifactIdgf-client |
Version | Version3.2-b06 |
Type | Typejar |
Description |
DescriptionClient library (including ACC)
|
Project Organization |
Project OrganizationGlassFish Community |
Filename | Size |
---|---|
gf-client-3.2-b06.pom | |
gf-client-3.2-b06.jar | 20 KB |
gf-client-3.2-b06-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.2-b06</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.appclient/gf-client/
implementation 'org.glassfish.appclient:gf-client:3.2-b06'
// https://jarcasting.com/artifacts/org.glassfish.appclient/gf-client/
implementation ("org.glassfish.appclient:gf-client:3.2-b06")
'org.glassfish.appclient:gf-client:jar:3.2-b06'
<dependency org="org.glassfish.appclient" name="gf-client" rev="3.2-b06">
<artifact name="gf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.appclient', module='gf-client', version='3.2-b06')
)
libraryDependencies += "org.glassfish.appclient" % "gf-client" % "3.2-b06"
[org.glassfish.appclient/gf-client "3.2-b06"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.appclient : gf-client-module | jar | 3.2-b06 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.3.1 |