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