I have uploaded the 0.9.3 artifacts (which supports the 1.0.CR5 API
level) to the Files section on the project page.
The code has been tagged in svn -
svn co
http://agimatec-validation.googlecode.com/svn/tags/0.9.3/
For maven users, the artifacts have been published to the sonatype
repo -
<repository>
<id>agimatec-snapshots</id>
<name>Sonatype OSS Repository</name>
<url>
http://oss.sonatype.org/content/repositories/
agimatec</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>daily</updatePolicy>
</snapshots>
<releases>
<enabled>true</enabled>
<checksumPolicy>fail</checksumPolicy>
</releases>
</repository>
-Donald