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