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