title: Apache Jena Releases slug: index

Apache Jena is packaged as downloads which contain the most commonly used portions of the systems:

  • apache-jena – contains the APIs, SPARQL engine, the TDB native RDF database and command line tools
  • apache-jena-fuseki – the Jena SPARQL server

Jena4 requires Java 11.

Download Mirrors

[if-any ftp] [for ftp][ftp][end] [end] [if-any backup] [for backup][backup] (backup)[end] [end]

You may also consult the complete list of mirrors

Apache Jena

This distribution contains the APIs, SPARQL engine, the TDB native RDF database and a variety of command line scripts and tools for working with these systems.

The binary distribution may be downloaded at:

apache-jena-4.2.0.tar.gz (SHA512, PGP)

apache-jena-4.2.0.zip (SHA512, PGP)

The source distribution, which includes the source for Fuseki and all modules in the release, may be downloaded at:

jena-4.2.0-source-release.zip (SHA512, PGP)

Apache Jena Fuseki

The binary distribution of Fuseki2 (this includes both the standalone and WAR file packaging) may be downloaded at:

apache-jena-fuseki-4.2.0.tar.gz (SHA512, PGP)

apache-jena-fuseki-4.2.0.zip (SHA512, PGP)

Individual Modules

Apache Jena publishes a range of modules beyond those included in the binary distributions (code for all modules may be found in the source distribution).

Individual modules may be obtained using a dependency manager which can talk to Maven repositories, some modules are only available via Maven.

Maven

See “Using Jena with Apache Maven” for full details.

<dependency>
   <groupId>org.apache.jena</groupId>
   <artifactId>apache-jena-libs</artifactId>
   <type>pom</type>
   <version>X.Y.Z</version>
</dependency>

Source code

The development codebase is available from git.

https://gitbox.apache.org/repos/asf?p=jena.git

This is mirrored on github:

https://github.com/apache/jena

Previous releases

While previous releases are available, we strongly recommend that wherever possible users use the latest official Apache releases of Jena in preference to using any older versions of Jena.

Previous Apache Jena releases can be found in the Apache archive area at http://archive.apache.org/dist/jena