License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdjaxrs |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionJSONx JAX-RS
JAX-RS Integration for JSONx is implemented to the specification of the JAX-RS API. JAX-RS
Integration for JSONx implements the MessageBodyReader and MessageBodyWriter interfaces in
JxObjectProvider to integrate with JAX-RS server runtimes.
|
Project Organization |
Project OrganizationJSONx |
Filename | Size |
---|---|
jaxrs-0.3.2.pom | |
jaxrs-0.3.2.jar | 6 KB |
jaxrs-0.3.2-tests.jar | 6 KB |
jaxrs-0.3.2-sources.jar | 4 KB |
jaxrs-0.3.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx/jaxrs/ -->
<dependency>
<groupId>org.jsonx</groupId>
<artifactId>jaxrs</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/jaxrs/
implementation 'org.jsonx:jaxrs:0.3.2'
// https://jarcasting.com/artifacts/org.jsonx/jaxrs/
implementation ("org.jsonx:jaxrs:0.3.2")
'org.jsonx:jaxrs:jar:0.3.2'
<dependency org="org.jsonx" name="jaxrs" rev="0.3.2">
<artifact name="jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='jaxrs', version='0.3.2')
)
libraryDependencies += "org.jsonx" % "jaxrs" % "0.3.2"
[org.jsonx/jaxrs "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
org.jsonx : binding | jar | 0.3.2 |
org.libj : logging | jar | 0.4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |