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