Last Version

NxParser Readers/Writers for JAX-RS 4.0.0

JAX-RS is the Java API for RESTful Services, and Jersey its reference implementation. This module allows for reading and writing RDF in JAX-RS-code without manually parsing InputStreams, see the JavaDoc for examples.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.semanticweb.yars
ArtifactId

ArtifactId

nxparser-jax-rs
Version

Version

4.0.0
Type

Type

jar
Description

Description

NxParser Readers/Writers for JAX-RS
JAX-RS is the Java API for RESTful Services, and Jersey its reference implementation. This module allows for reading and writing RDF in JAX-RS-code without manually parsing InputStreams, see the JavaDoc for examples.

Download nxparser-jax-rs 4.0.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.semanticweb.yars : nxparser-parsers jar 4.0.0
jakarta.ws.rs : jakarta.ws.rs-api jar 3.0.0
javax.xml : jaxp-api jar 1.4.2
org.kohsuke.metainf-services : metainf-services Optional jar 1.8
org.glassfish.jersey.core : jersey-common Optional jar 3.0.0-RC2
org.semanticweb.yars : nxparser-parsers-external-jsonld-jsonld_java jar 4.0.0
org.semarglproject : semargl-rdf jar 0.6.1
org.semanticweb.yars : nxparser-utilities-uri jar 4.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.