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