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