Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdwstx-services |
Version | Version4.0.0-M3 |
Type | Typewar |
Filename | Size |
---|---|
wstx-services-4.0.0-M3.pom | |
wstx-services-4.0.0-M3.war | 41 KB |
wstx-services-4.0.0-M3-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>4.0.0-M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-services/
implementation 'org.glassfish.metro:wstx-services:4.0.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.metro/wstx-services/
implementation ("org.glassfish.metro:wstx-services:4.0.0-M3")
'org.glassfish.metro:wstx-services:war:4.0.0-M3'
<dependency org="org.glassfish.metro" name="wstx-services" rev="4.0.0-M3">
<artifact name="wstx-services" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='wstx-services', version='4.0.0-M3')
)
libraryDependencies += "org.glassfish.metro" % "wstx-services" % "4.0.0-M3"
[org.glassfish.metro/wstx-services "4.0.0-M3"]