is not current version
Last Version 2.0-m05-1

org.glassfish.jersey.examples:json-jaxb 2.0-m02

Jersey JSON with JAXB example

Categories

Categories

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

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

json-jaxb
Version

Version

2.0-m02
Type

Type

jar

Download json-jaxb 2.0-m02


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