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