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