Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdwstx-core |
Version | Version2.2-b10 |
Type | Typejar |
Filename | Size |
---|---|
wstx-core-2.2-b10.pom | |
wstx-core-2.2-b10.jar | 2 KB |
wstx-core-2.2-b10-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-b10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-core/
implementation 'org.glassfish.metro:wstx-core:2.2-b10'
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-core/
implementation ("org.glassfish.metro:wstx-core:2.2-b10")
'org.glassfish.metro:wstx-core:jar:2.2-b10'
<dependency org="org.glassfish.metro" name="wstx-core" rev="2.2-b10">
<artifact name="wstx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='wstx-core', version='2.2-b10')
)
libraryDependencies += "org.glassfish.metro" % "wstx-core" % "2.2-b10"
[org.glassfish.metro/wstx-core "2.2-b10"]