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