License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.semanticweb.yars |
ArtifactId | ArtifactIdnxparser-jax-rs |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionNxParser 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.
|
Filename | Size |
---|---|
nxparser-jax-rs-4.0.0.pom | |
nxparser-jax-rs-4.0.0.jar | 31 KB |
nxparser-jax-rs-4.0.0-sources.jar | 18 KB |
nxparser-jax-rs-4.0.0-javadoc.jar | 118 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |