is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:json-jettison 3.0.0-M6

Jersey JSON with Jettison JAXB example.

Categories

Categories

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

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

json-jettison
Version

Version

3.0.0-M6
Type

Type

jar

Download json-jettison 3.0.0-M6


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