MVN

org.xenei : Jena-PA

Maven & Gradle

Jan 14, 2013

Persistence Annotations 4 RDF · Persistence Annotation for RDF (PAR) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PAR introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

<dependency>
    <groupId>org.xenei</groupId>
    <artifactId>Jena-PA</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xenei : Jena-PA to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.xenei : Jena-PA to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Jena-PA-1.0.1
1.0
Jena-PA-1.0

How to add a dependency to Maven

Add the following org.xenei : Jena-PA maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xenei</groupId>
    <artifactId>Jena-PA</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xenei : Jena-PA gradle dependency to your build.gradle file:

implementation 'org.xenei:Jena-PA:1.0.1'

Gradle Kotlin DSL: Add the following org.xenei : Jena-PA gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xenei:Jena-PA:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xenei : Jena-PA sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xenei" % "Jena-PA" % "1.0.1"

Advertisement