| License |
License |
|---|---|
| Categories |
CategoriesJSON Data Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.samples |
| ArtifactId | ArtifactIdjson-from-jaxb |
| Last Version | Last Version1.19.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON From JAXB - Jersey sample
Samples that show how to use jersey.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| json-from-jaxb-1.19.4.pom | |
| json-from-jaxb-1.19.4.jar | 11 KB |
| json-from-jaxb-1.19.4-sources.jar | 14 KB |
| json-from-jaxb-1.19.4-project.zip | 26 KB |
| json-from-jaxb-1.19.4-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/json-from-jaxb/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>json-from-jaxb</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/json-from-jaxb/
implementation 'com.sun.jersey.samples:json-from-jaxb:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/json-from-jaxb/
implementation ("com.sun.jersey.samples:json-from-jaxb:1.19.4")
'com.sun.jersey.samples:json-from-jaxb:jar:1.19.4'
<dependency org="com.sun.jersey.samples" name="json-from-jaxb" rev="1.19.4">
<artifact name="json-from-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='json-from-jaxb', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "json-from-jaxb" % "1.19.4"
[com.sun.jersey.samples/json-from-jaxb "1.19.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |