= Xerial Core Package = XerialCore is a bundle of several utilities, which is used throughout the Xerial project. == Utiltiles in XerialCore == * see [wiki:leo#Programming] == How to use XerialCore Utilities == The simplest way to use XerialCore is add the following XML fragments into your [http://maven.apache.org Maven] project file (pom.xml): {{{ xerial Xerial Artifact Repository http://maven.xerial.org/repository/artifact org.xerial xerial-core 0.6.5 }}} For ones not familiar with Maven, I introduce several useful resources: * [http://www.sonatype.com/book/reference/public-book.html Maven: The Definitive Guide] * Maven Official Site http://maven.apache.org/