Downloading Pellet
You can download the latest stable version of Pellet from the following link:
- pellet-1.5.2.zip (May 1, 2008)
The previous releases of Pellet are:
- pellet-1.5.1.zip (Oct 26, 2007)
- pellet-1.5.0.zip (Jul 20, 2007)
- pellet-1.5-RC1.zip (Jun 7, 2007)
- pellet-1.4.zip (Mar 16, 2007)
Source Code
Each distribution package comes with the source code. If you want the latest bug fixes and features, the latest version of the source code is available from the Subversion repository. You can check out the code with following command:
svn co http://svn.versiondude.net/clark-parsia/pellet-devel/trunk/ pellet
As of 2 April 2008, we’re reorganizing SVN, so anonymous read access to trunk has been turned off for the time being. It will either be restored or we’ll provide nightly builds ASAP.
You can then use Ant (version 1.5 or above) to build Pellet. Running ant in the trunk directory should work. The resulting jar file is dist/lib/pellet.jar. Please see the documentation provided for more details.