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