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