License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdjson-jaxb |
Last Version | Last Version2.0-m05-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-examples-json-jaxb
Jersey JSON with JAXB example
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
json-jaxb-2.0-m05-1.pom | |
json-jaxb-2.0-m05-1.jar | 11 KB |
json-jaxb-2.0-m05-1-sources.jar | 14 KB |
json-jaxb-2.0-m05-1-javadoc.jar | 54 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle | pom | 2.0-m05-1 |