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