is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:json-moxy 2.0-m05-2

Jersey JSON with MOXy example

Categories

Categories

GlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

json-moxy
Version

Version

2.0-m05-2
Type

Type

jar

Download json-moxy 2.0-m05-2


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