Skip to content

ph less commons

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

A library with less common elements. First available with ph-commons 8. A few elements from ph-commons 6 which I'm not really using. But to avoid loss of information this project was added.

Maven usage

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

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

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

Contents

  • com.helger.lesscommons.charset - special String encoder/decoder based on ByteBuffer
  • com.helger.lesscommons.i18n - internationalization (i18n) helper classes, especially for code point handling. Ripped from Apache Abdera.
  • com.helger.lesscommons.jmx - very basic JMX utility classes.
Clone this wiki locally