Registry / utility / ph-commons

ph-commons

JSON →
library9.5.5javamavenunverified

Java 1.8+ library with tons of utility classes required in all projects, including collections, I/O, and string helpers.

<dependency> <groupId>com.helger</groupId> <artifactId>ph-commons</artifactId> <version>9.5.5</version> </dependency>
INSTALL
IMPORT
SIG · PH-COMMONS
P
ph-commons
utilityjavav9.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StringHelper
com.helger.commons.string.StringHelper

Use StringHelper to trim trailing whitespace

import com.helger.commons.string.StringHelper; public class Example { public static void main(String[] args) { String result = StringHelper.trimEnd("hello "); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.5.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ph-commons — mvn dependency:get ph-commons · libregistry