Download¶
Stable Release¶
The latest stable release is available on Source Forge with direct links provided below for your convenience:
Bleeding Edge¶
The latest source code is available from GitHub in the SNAPSHOT branch. The latest stable code can be found in the ‘master’ branch. Most of the time SNAPSHOT should compile without any problems. Not familiar with GIT? Learn about it here http://git-scm.com/
Git repository: https://github.com/lessthanoptimal/GeoRegression
git clone git://github.com/lessthanoptimal/GeoRegression.git georegression
Maven Central¶
To include the latest stable release in your Maven projects add the following dependency.
Maven Central:
<dependency> <groupId>org.georegression</groupId> <artifactId>georegression</artifactId> <version>0.27.1</version> </dependency>