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