| Categories |
CategoriesJSON Data Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.sun.jersey.samples |
| ArtifactId | ArtifactIdjson-from-jaxb |
| Version | Version1.9-ea02 |
| Type | Typejar |
| Filename | Size |
|---|---|
| json-from-jaxb-1.9-ea02.pom | |
| json-from-jaxb-1.9-ea02.jar | 11 KB |
| json-from-jaxb-1.9-ea02-project.zip | 26 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.9-ea02</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/json-from-jaxb/
implementation 'com.sun.jersey.samples:json-from-jaxb:1.9-ea02'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/json-from-jaxb/
implementation ("com.sun.jersey.samples:json-from-jaxb:1.9-ea02")
'com.sun.jersey.samples:json-from-jaxb:jar:1.9-ea02'
<dependency org="com.sun.jersey.samples" name="json-from-jaxb" rev="1.9-ea02">
<artifact name="json-from-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='json-from-jaxb', version='1.9-ea02')
)
libraryDependencies += "com.sun.jersey.samples" % "json-from-jaxb" % "1.9-ea02"
[com.sun.jersey.samples/json-from-jaxb "1.9-ea02"]