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