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