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