Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.86 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.86 KB

jena-utils

Utility classes for working with Apache Jena:

  • A set of fluent helper classes for building SPARQL queries
  • A transaction helper class that supports nested transactions
  • Classes to help work with Java Stream APIs from Jena StmtIterator and ResultSet
  • Utilities to work with RDF LangStrings and Java Locales

Getting Started

You need to include my bintray maven repository in your build.

https://dl.bintray.com/duck-asteroid/maven/

Then use the maven co-ordinates:

<dependency>
    <groupId>com.asteroid.duck</groupId>
    <artifactId>jena-utils</artifactId>
    <version>0.0.7</version>
</dependency>

or in gradle: com.asteroid.duck:jena-utils:0.0.7

Download

This project is available via Maven repo at: https://dl.bintray.com/duck-asteroid/maven/

Build Process

A basic Java application using:

  • Gradle - Build is managed by Gradle
  • GitHub - Git source control
  • Travis-CI - Continuous integration build server
  • SonarQube - Code quality and test coverage
  • Bintray - Hosts binary releases (Maven2 repo)

Build status FOSSA Status

License

FOSSA Status