“Right or wrong, it's very pleasant to break something from time to time” - Fyodor Dostoyevsky

Beta Release!

Version 0.9.0 is now available on Maven Central, this marks the first beta release.

Hopefully we can withstand contact with the real world with just some minor tweaks and fixes and get version 1 out the door early November.

<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-core</artifactId>
    <version>0.9.0</version>
</dependency>
<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-junit</artifactId>
    <version>0.9.0</version>
</dependency>
<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-jodatime</artifactId>
    <version>0.9.0</version>
</dependency>