License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.main.deployment |
ArtifactId | ArtifactIddeployment |
Version | Version7.0.0-M4 |
Type | Typepom |
Description |
DescriptionGlassFish Deployment Related Modules
Eclipse GlassFish Parent Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
deployment-7.0.0-M4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.deployment/deployment/ -->
<dependency>
<groupId>org.glassfish.main.deployment</groupId>
<artifactId>deployment</artifactId>
<version>7.0.0-M4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.deployment/deployment/
implementation 'org.glassfish.main.deployment:deployment:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.deployment/deployment/
implementation ("org.glassfish.main.deployment:deployment:7.0.0-M4")
'org.glassfish.main.deployment:deployment:pom:7.0.0-M4'
<dependency org="org.glassfish.main.deployment" name="deployment" rev="7.0.0-M4">
<artifact name="deployment" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.deployment', module='deployment', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.deployment" % "deployment" % "7.0.0-M4"
[org.glassfish.main.deployment/deployment "7.0.0-M4"]