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

Maven Central

We've got our release repository synced up with Maven Central!

This means the world can now stick Fyodor in as a dependency and have it magically appear in their projects, which is very exciting, obviously. Hopefully we'll have something we can call a 'beta' for testing soon with a view to taking the plunge and going live with 1.0.0 not long after.

<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-core</artifactId>
    <version>0.8.1</version>
    <scope>test</scope>
</dependency>
<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-junit</artifactId>
    <version>0.8.1</version>
    <scope>test</scope>
</dependency>
<dependency>
    <groupId>uk.org.fyodor</groupId>
    <artifactId>fyodor-jodatime</artifactId>
    <version>0.8.1</version>
    <scope>test</scope>
</dependency>