Apache Commons RDF logo

Download Commons RDF

Maven

Apache Commons RDF is available from Maven Central, mirrored from ASF’s Maven repository. For convenience of IDE users, the Maven artifacts include -javadoc.jar and -sources.jar, however you might prefer the online API javadoc and the source code releases (see below).

To use Commons RDF with Maven, add to your pom.xml:

<dependencies>
  <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rdf-api</artifactId>
      <version>0.5.0</version>
  </dependency>

  <!-- and at least one of the implementations: -->

  <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rdf-simple</artifactId>
      <version>0.5.0</version>
  </dependency>
  <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rdf-jsonld-java</artifactId>
      <version>0.5.0</version>
  </dependency>
  <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rdf-jena</artifactId>
      <version>0.5.0</version>
  </dependency>
  <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-rdf-rdf4j</artifactId>
      <version>0.5.0</version>
  </dependency>

</dependencies>

The <version> above might not be up to date, see the source code releases below to find the latest version.

See the user guide for documentation of the Apache Commons RDF API, and the implementations for details on each of the bindings.

Source code

Here you can find all source releases published of Apache Commons RDF.

For the latest developments you may also be interested in the source code repository, which is also mirrored to GitHub.

0.5.0

Apache Commons RDF 0.5.0 was published on 2017-12-23, and is available for download from official mirrors of the ASF Distribution Directory incubator/commonsrdf:

After downloading the files, check the signatures using the following KEYS file. The changelog is available from the Apache Commons RDF Jira.

Previous Releases

Previous release are available from archive.apache.org.

Note that earlier incubator releases (0.3.0-incubating and earlier) are archived separately.