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