License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdrs |
Version | Version0.2.2 |
Type | Typejar |
Description |
DescriptionJsonx 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 |
---|---|
rs-0.2.2.pom | |
rs-0.2.2.jar | 5 KB |
rs-0.2.2-tests.jar | 6 KB |
rs-0.2.2-sources.jar | 4 KB |
rs-0.2.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx/rs/ -->
<dependency>
<groupId>org.jsonx</groupId>
<artifactId>rs</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/rs/
implementation 'org.jsonx:rs:0.2.2'
// https://jarcasting.com/artifacts/org.jsonx/rs/
implementation ("org.jsonx:rs:0.2.2")
'org.jsonx:rs:jar:0.2.2'
<dependency org="org.jsonx" name="rs" rev="0.2.2">
<artifact name="rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='rs', version='0.2.2')
)
libraryDependencies += "org.jsonx" % "rs" % "0.2.2"
[org.jsonx/rs "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
org.jsonx : binding | jar | 0.2.2 |
org.libj : logging | jar | 0.4.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.6.9 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.27.0 |