Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdwstx-core |
Version | Version2.2.0-4 |
Type | Typejar |
Filename | Size |
---|---|
wstx-core-2.2.0-4.pom | |
wstx-core-2.2.0-4.jar | 2 KB |
wstx-core-2.2.0-4-sources.jar | 948 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/wstx-core/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>wstx-core</artifactId>
<version>2.2.0-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-core/
implementation 'org.glassfish.metro:wstx-core:2.2.0-4'
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-core/
implementation ("org.glassfish.metro:wstx-core:2.2.0-4")
'org.glassfish.metro:wstx-core:jar:2.2.0-4'
<dependency org="org.glassfish.metro" name="wstx-core" rev="2.2.0-4">
<artifact name="wstx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='wstx-core', version='2.2.0-4')
)
libraryDependencies += "org.glassfish.metro" % "wstx-core" % "2.2.0-4"
[org.glassfish.metro/wstx-core "2.2.0-4"]