A library of numeric, geometric and XML routines
Euclid was written ca. 1994 as Java had no useful libraries then. Much of the functionality is now present in Apache and other libraries and in an ideal world Euclid maths and geometry could be replaced. However, there are additions that are valuable.
It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extracting semantics from PDFs).
Instructions to increase the version:
mvn versions:set -DnewVersion=2.10-SNAPSHOT
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
mvn clean deploy