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