Categories |
CategoriesGlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdjson-jaxb |
Version | Version2.0-m02 |
Type | Typejar |
Filename | Size |
---|---|
json-jaxb-2.0-m02.pom | |
json-jaxb-2.0-m02.jar | 11 KB |
json-jaxb-2.0-m02-sources.jar | 15 KB |
json-jaxb-2.0-m02-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-jaxb/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>json-jaxb</artifactId>
<version>2.0-m02</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-jaxb/
implementation 'org.glassfish.jersey.examples:json-jaxb:2.0-m02'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-jaxb/
implementation ("org.glassfish.jersey.examples:json-jaxb:2.0-m02")
'org.glassfish.jersey.examples:json-jaxb:jar:2.0-m02'
<dependency org="org.glassfish.jersey.examples" name="json-jaxb" rev="2.0-m02">
<artifact name="json-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='json-jaxb', version='2.0-m02')
)
libraryDependencies += "org.glassfish.jersey.examples" % "json-jaxb" % "2.0-m02"
[org.glassfish.jersey.examples/json-jaxb "2.0-m02"]