is not current version
Last Version 4.0.0

org.semanticweb.yars:nxparser-jax-rs 3.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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.semanticweb.yars
ArtifactId

ArtifactId

nxparser-jax-rs
Version

Version

3.0.0
Type

Type

jar

Download nxparser-jax-rs 3.0.0


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