MVN

org.xenei : PA4RDF

Maven & Gradle

Feb 21, 2015
12 stars

Persistence Annotations 4 RDF · Persistence Annotation for RDF (PA4RDF) 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. PA4RDF 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>PA4RDF</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
PA4RDF-1.3
1.2
PA4RDF-1.2
1.1
PA4RDF-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xenei</groupId>
    <artifactId>PA4RDF</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.xenei:PA4RDF:1.3'

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

implementation("org.xenei:PA4RDF:1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.xenei" % "PA4RDF" % "1.3"

Advertisement

Dependencies from Group

Jan 21, 2018
18 usages
16 stars
Jan 21, 2018
3 usages
16 stars
Jan 03, 2017
1 usages
1 stars
Jan 21, 2018
16 stars

Discover Dependencies

Jan 13, 2015
1 usages
Aug 13, 2013
2 usages
0 stars
Sep 20, 2013
1 usages
0 stars
Aug 13, 2013
2 usages
0 stars
Aug 13, 2013
1 usages
0 stars