| Категории |
КатегорииGlassFish Контейнер Application Servers |
|---|---|
| Группа | Группаorg.glassfish.deployment |
| Идентификатор | Идентификаторdeployment |
| Версия | Версия3.0.1-b06 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| deployment-3.0.1-b06.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.deployment/deployment/ -->
<dependency>
<groupId>org.glassfish.deployment</groupId>
<artifactId>deployment</artifactId>
<version>3.0.1-b06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.deployment/deployment/
implementation 'org.glassfish.deployment:deployment:3.0.1-b06'
// https://jarcasting.com/artifacts/org.glassfish.deployment/deployment/
implementation ("org.glassfish.deployment:deployment:3.0.1-b06")
'org.glassfish.deployment:deployment:pom:3.0.1-b06'
<dependency org="org.glassfish.deployment" name="deployment" rev="3.0.1-b06">
<artifact name="deployment" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.deployment', module='deployment', version='3.0.1-b06')
)
libraryDependencies += "org.glassfish.deployment" % "deployment" % "3.0.1-b06"
[org.glassfish.deployment/deployment "3.0.1-b06"]