datacleaner core now available in the central maven rep.
There you go... Finally I managed to do the maven repository registration right ;-)
Anyone who want's to draw on the wonders of DataCleaner core can just add this dependency to their POM's:
<dependency>
<groupId>dk.eobjects.datacleaner</groupId>
<artifactId>DataCleaner-core</artifactId>
<version>1.0</version>
</dependency>