Chapter 2. Source code and binaries

If you follow the download links from the download section at openRDF.org you'll find that there are a number of different files that you can download. Which one you need depends on what you want to do with it:

Apart from these binary downloads, Aduna also offers the Sesame libraries as maven artifacts in a maven repository. This maven repository is located at http://repository.aduna-software.org/maven2/. Developers using maven can use this repository to automatically resolve library dependencies and to get the latest released versions of each library. For instructions how to use the maven build system, see http://maven.apache.org/.

Sesame's source code is available from Aduna's Subversion (SVN) repository: https://src.aduna-software.org/svn/org.openrdf/. There is an SVN Web Viewer available as well at http://src.aduna-software.org/viewvc/org.openrdf/. Source code for each release is located in the releases directory, the development version of the code is in the projects directory.