-
Notifications
You must be signed in to change notification settings - Fork 18
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.
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
-
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.
On Twitter: Follow @philiphelger
Donation link: https://paypal.me/PhilipHelger
It is appreciated if you star the GitHub project if you like it.