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, the Sesame libraries are also available as maven artifacts in a maven repository. This maven repository is located at http://repo.aduna-software.org/maven2/releases/. Developers using maven can use this repository to automatically resolve library dependencies and to get the latest released versions of each library. See Chapter 4, Setting up to use the Sesame libraries for some tips.

For instructions how to use the maven build system, see http://maven.apache.org/.

Sesame's source code is available from our Subversion (SVN) repository: http://repo.aduna-software.org/svn/org.openrdf/sesame/. There is an SVN Web Viewer available as well at http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/org.openrdf/sesame/. Source code for each release can be found in the tags directory, the development version of the code is in the trunk directory.