Skip to content
Philip Helger edited this page Apr 23, 2021 · 1 revision

Simple library with Data Access Object (DAO) support for reading and writing XML files in a transactional manner, using write ahead logging (WAL).

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-dao</artifactId>
  <version>x.y.z</version>
</dependency>

Note: the Maven groupId changed in v10 from com.helger to com.helger.commons

Clone this wiki locally