jersey-examples-json-jaxb

Jersey JSON with JAXB example

License

License

Categories

Categories

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

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

json-jaxb
Last Version

Last Version

2.0-m05-1
Release Date

Release Date

Type

Type

jar
Description

Description

jersey-examples-json-jaxb
Jersey JSON with JAXB example
Project URL

Project URL

https://jersey.java.net/json-jaxb/
Project Organization

Project Organization

Oracle Corporation

Download json-jaxb

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-grizzly2-http jar 2.0-m05-1
org.glassfish.jersey.media : jersey-media-json jar 2.0-m05-1

test (1)

Group / Artifact Type Version
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle pom 2.0-m05-1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0-m05-1
2.0-m05
2.0-m04-2
2.0-m04-1
2.0-m04
2.0-m03
2.0-m02
2.0-m01