| License |
License
CDDL + GPLv2 with classpath exception
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.glassfish.appclient |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version3.2-b06 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApp Client - client-side modules
|
| Project Organization |
Project OrganizationGlassFish Community |
| Filename | Size |
|---|---|
| client-3.2-b06.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.appclient/client/ -->
<dependency>
<groupId>org.glassfish.appclient</groupId>
<artifactId>client</artifactId>
<version>3.2-b06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.appclient/client/
implementation 'org.glassfish.appclient:client:3.2-b06'
// https://jarcasting.com/artifacts/org.glassfish.appclient/client/
implementation ("org.glassfish.appclient:client:3.2-b06")
'org.glassfish.appclient:client:pom:3.2-b06'
<dependency org="org.glassfish.appclient" name="client" rev="3.2-b06">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.appclient', module='client', version='3.2-b06')
)
libraryDependencies += "org.glassfish.appclient" % "client" % "3.2-b06"
[org.glassfish.appclient/client "3.2-b06"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.3.1 |