| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.glassfish.main.appclient |
| ArtifactId | ArtifactIdgf-client |
| Last Version | Last Version7.0.0-M4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClient Library (including ACC)
This module builds the free-standing JAR file for the app client
container which can be run without using an OSGi implementation.
This module contains little source of its own but mostly packages a JAR
with a manifest Class-Path that specifies all the OSGi JARs on which
it directly or indirectly depends.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| gf-client-7.0.0-M4.pom | |
| gf-client-7.0.0-M4.jar | 21 KB |
| gf-client-7.0.0-M4-sources.jar | 17 KB |
| gf-client-7.0.0-M4-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.appclient/gf-client/ -->
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>gf-client</artifactId>
<version>7.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.appclient/gf-client/
implementation 'org.glassfish.main.appclient:gf-client:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.appclient/gf-client/
implementation ("org.glassfish.main.appclient:gf-client:7.0.0-M4")
'org.glassfish.main.appclient:gf-client:jar:7.0.0-M4'
<dependency org="org.glassfish.main.appclient" name="gf-client" rev="7.0.0-M4">
<artifact name="gf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.appclient', module='gf-client', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.appclient" % "gf-client" % "7.0.0-M4"
[org.glassfish.main.appclient/gf-client "7.0.0-M4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.main.appclient : gf-client-module | jar | 7.0.0-M4 |
| org.glassfish.main.jdbc : jdbc-runtime Optional | jar | 7.0.0-M4 |
| org.glassfish.main.resources : resources-runtime Optional | jar | 7.0.0-M4 |
| org.glassfish.main.persistence : entitybean-container Optional | jar | 7.0.0-M4 |
| org.jboss.weld : weld-osgi-bundle Optional | jar | 5.0.0.CR2 |