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