is not current version
Last Version 0.3.2

org.jsonx:jaxrs 0.3.1

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.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx
ArtifactId

ArtifactId

jaxrs
Version

Version

0.3.1
Type

Type

jar

Download jaxrs 0.3.1


<!-- https://jarcasting.com/artifacts/org.jsonx/jaxrs/ -->
<dependency>
    <groupId>org.jsonx</groupId>
    <artifactId>jaxrs</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/jaxrs/
implementation 'org.jsonx:jaxrs:0.3.1'
// https://jarcasting.com/artifacts/org.jsonx/jaxrs/
implementation ("org.jsonx:jaxrs:0.3.1")
'org.jsonx:jaxrs:jar:0.3.1'
<dependency org="org.jsonx" name="jaxrs" rev="0.3.1">
  <artifact name="jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='jaxrs', version='0.3.1')
)
libraryDependencies += "org.jsonx" % "jaxrs" % "0.3.1"
[org.jsonx/jaxrs "0.3.1"]