License |
License |
---|---|
GroupId | GroupIdorg.xenei |
ArtifactId | ArtifactIdJena-PA |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPersistence 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.
|
Project Organization |
Project OrganizationXENEI.com |
Filename | Size |
---|---|
Jena-PA-1.0.1.pom | |
Jena-PA-1.0.1.jar | 46 KB |
Jena-PA-1.0.1-sources.jar | 40 KB |
Jena-PA-1.0.1-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xenei/Jena-PA/ -->
<dependency>
<groupId>org.xenei</groupId>
<artifactId>Jena-PA</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xenei/Jena-PA/
implementation 'org.xenei:Jena-PA:1.0.1'
// https://jarcasting.com/artifacts/org.xenei/Jena-PA/
implementation ("org.xenei:Jena-PA:1.0.1")
'org.xenei:Jena-PA:jar:1.0.1'
<dependency org="org.xenei" name="Jena-PA" rev="1.0.1">
<artifact name="Jena-PA" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xenei', module='Jena-PA', version='1.0.1')
)
libraryDependencies += "org.xenei" % "Jena-PA" % "1.0.1"
[org.xenei/Jena-PA "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-proxy | jar | 1.0 |
org.apache.commons : commons-lang3 | jar | 3.1 |
commons-lang : commons-lang | jar | 2.6 |
junit : junit | jar | 4.10 |
org.slf4j : slf4j-api | jar | 1.6.4 |
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
cglib : cglib | jar | 2.2.2 |
org.apache.jena : jena-core | jar | 2.7.3 |
org.apache.jena : jena-arq | jar | 2.9.3 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |