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