io.fogsy:empire-annotations

A fork of Empire RDF

License

License

GroupId

GroupId

io.fogsy
ArtifactId

ArtifactId

empire-annotations
Last Version

Last Version

1.9.14
Release Date

Release Date

Type

Type

jar
Description

Description

A fork of Empire RDF

Download empire-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/io.fogsy/empire-annotations/ -->
<dependency>
    <groupId>io.fogsy</groupId>
    <artifactId>empire-annotations</artifactId>
    <version>1.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.fogsy/empire-annotations/
implementation 'io.fogsy:empire-annotations:1.9.14'
// https://jarcasting.com/artifacts/io.fogsy/empire-annotations/
implementation ("io.fogsy:empire-annotations:1.9.14")
'io.fogsy:empire-annotations:jar:1.9.14'
<dependency org="io.fogsy" name="empire-annotations" rev="1.9.14">
  <artifact name="empire-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fogsy', module='empire-annotations', version='1.9.14')
)
libraryDependencies += "io.fogsy" % "empire-annotations" % "1.9.14"
[io.fogsy/empire-annotations "1.9.14"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Empire-RDF4J: RDF for JPA

This is a fork of Empire, a JPA interface to RDF databases with the following modifications:

  • Refactored the build system back to Maven
  • Updated sesame libraries to use RDF4J
  • Extended MappingOptions with additional options (e.g., to add namespaces)
  • Integrated Pinto for lighweight object-RDF mapping
  • Several minor bug fixes

Licensing

Empire-RDF4J is available under the Apache 2.0 License.

Versions

Version
1.9.14
1.9.13