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