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