MVN

org.semanticweb.yars : nxparser-jax-rs

Maven & Gradle

Jun 23, 2021
20 stars

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.

<dependency>
    <groupId>org.semanticweb.yars</groupId>
    <artifactId>nxparser-jax-rs</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.semanticweb.yars : nxparser-jax-rs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.semanticweb.yars : nxparser-jax-rs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
nxparser-jax-rs-4.0.0
3.0.x
nxparser-jax-rs-3.0.1
nxparser-jax-rs-3.0.0
2.3.x
nxparser-jax-rs-2.3.4
nxparser-jax-rs-2.3.3
nxparser-jax-rs-2.3.2
nxparser-jax-rs-2.3.1

How to add a dependency to Maven

Add the following org.semanticweb.yars : nxparser-jax-rs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.semanticweb.yars</groupId>
    <artifactId>nxparser-jax-rs</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.semanticweb.yars : nxparser-jax-rs gradle dependency to your build.gradle file:

implementation 'org.semanticweb.yars:nxparser-jax-rs:3.0.1'

Gradle Kotlin DSL: Add the following org.semanticweb.yars : nxparser-jax-rs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.semanticweb.yars:nxparser-jax-rs:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.semanticweb.yars : nxparser-jax-rs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.semanticweb.yars" % "nxparser-jax-rs" % "3.0.1"