| Categories | CategoriesGlassFish Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.glassfish | 
| ArtifactId | ArtifactIdappclient | 
| Version | Version3.0-Preview-b47c | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| appclient-3.0-Preview-b47c.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish/appclient/ -->
<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>appclient</artifactId>
    <version>3.0-Preview-b47c</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.glassfish/appclient/
implementation 'org.glassfish:appclient:3.0-Preview-b47c'// https://jarcasting.com/artifacts/org.glassfish/appclient/
implementation ("org.glassfish:appclient:3.0-Preview-b47c")'org.glassfish:appclient:pom:3.0-Preview-b47c'<dependency org="org.glassfish" name="appclient" rev="3.0-Preview-b47c">
  <artifact name="appclient" type="pom" />
</dependency>@Grapes(
@Grab(group='org.glassfish', module='appclient', version='3.0-Preview-b47c')
)libraryDependencies += "org.glassfish" % "appclient" % "3.0-Preview-b47c"[org.glassfish/appclient "3.0-Preview-b47c"]