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