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