License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers CLI User Interface |
GroupId | GroupIdorg.glassfish.main.appclient |
ArtifactId | ArtifactIdclient |
Version | Version7.0.0-M1 |
Type | Typepom |
Description |
DescriptionApp Client - client-side modules
Eclipse GlassFish Parent Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-7.0.0-M1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.appclient/client/ -->
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>client</artifactId>
<version>7.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.appclient/client/
implementation 'org.glassfish.main.appclient:client:7.0.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.main.appclient/client/
implementation ("org.glassfish.main.appclient:client:7.0.0-M1")
'org.glassfish.main.appclient:client:pom:7.0.0-M1'
<dependency org="org.glassfish.main.appclient" name="client" rev="7.0.0-M1">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.appclient', module='client', version='7.0.0-M1')
)
libraryDependencies += "org.glassfish.main.appclient" % "client" % "7.0.0-M1"
[org.glassfish.main.appclient/client "7.0.0-M1"]