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