is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:xml-moxy 2.29.1

Jersey XML MOXy example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

xml-moxy
Version

Version

2.29.1
Type

Type

jar

Download xml-moxy 2.29.1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>xml-moxy</artifactId>
    <version>2.29.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation 'org.glassfish.jersey.examples:xml-moxy:2.29.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation ("org.glassfish.jersey.examples:xml-moxy:2.29.1")
'org.glassfish.jersey.examples:xml-moxy:jar:2.29.1'
<dependency org="org.glassfish.jersey.examples" name="xml-moxy" rev="2.29.1">
  <artifact name="xml-moxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='xml-moxy', version='2.29.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "xml-moxy" % "2.29.1"
[org.glassfish.jersey.examples/xml-moxy "2.29.1"]