p

ph-commons

Java 1.8+ Library with tons of utility classes required in all projects
https://github.com/phax/ph-commons/ph-commons
Apache 2
Philip Helger
Philip Helger
Files download
File Operation
ph-commons-9.4.6.jar download
ph-commons-9.4.6.pom download
ph-commons-9.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-commons</artifactId>
  <version>9.4.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger:ph-commons:9.4.6'
Gradle Kotlin
implementation("com.helger:ph-commons:9.4.6")
Scala SBT
libraryDependencies += "com.helger" % "ph-commons" % "9.4.6"
Groovy Grape
@Grapes(
  @Grab(group='com.helger', module='ph-commons', version='9.4.6')
)
Apache Ivy
<dependency org="com.helger" name="ph-commons" rev="9.4.6" />
Leiningen
[com.helger/ph-commons "9.4.6"]
Apache Buildr
'com.helger:ph-commons:jar:9.4.6'