Skip to content

ph settings

Philip Helger edited this page Apr 23, 2021 · 2 revisions

Another simple library to deal with configuration files and settings in general. Consider using ph-config instead.

Maven usage

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

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-settings</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