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