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