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.3.0.jar download
ph-commons-9.3.0.pom download
ph-commons-9.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-commons</artifactId>
  <version>9.3.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger:ph-commons:9.3.0'
Gradle Kotlin
implementation("com.helger:ph-commons:9.3.0")
Scala SBT
libraryDependencies += "com.helger" % "ph-commons" % "9.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.helger', module='ph-commons', version='9.3.0')
)
Apache Ivy
<dependency org="com.helger" name="ph-commons" rev="9.3.0" />
Leiningen
[com.helger/ph-commons "9.3.0"]
Apache Buildr
'com.helger:ph-commons:jar:9.3.0'