Current Version
The latest, stable release of Gaderian is version 1.0.13
Using Maven
All stable releases of Basher are available at the Maven 2 Central repository.
They can be used in your own Maven project by adding the following dependency declaration to your pom.xml:
... <dependencies> ... <dependency> <groupId>net.sourceforge.basher</groupId> <artifactId>basher</artifactId> <version>1.0.13</version> <scope>compile</scope> </dependency> ... </dependencies> ...
No special repository settings are required in your own pom.xml to access the stable Basher versions.