MVN

com.helger.commons : ph-settings

Maven & Gradle

Aug 16, 2023
4 usages
29 stars

ph-settings · Configuration, settings and preferences library

<dependency>
    <groupId>com.helger.commons</groupId>
    <artifactId>ph-settings</artifactId>
    <version>11.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger.commons : ph-settings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.1.2

All Versions

Choose a version of com.helger.commons : ph-settings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.1.x
ph-settings-11.1.2
ph-settings-11.1.1
ph-settings-11.1.0
11.0.x
ph-settings-11.0.6
ph-settings-11.0.5
ph-settings-11.0.4
ph-settings-11.0.3
ph-settings-11.0.2
ph-settings-11.0.1
ph-settings-11.0.0
10.2.x
ph-settings-10.2.5
ph-settings-10.2.4
ph-settings-10.2.3
ph-settings-10.2.2
ph-settings-10.2.1
ph-settings-10.2.0
10.1.x
ph-settings-10.1.8
ph-settings-10.1.7
ph-settings-10.1.6
ph-settings-10.1.5
ph-settings-10.1.4
ph-settings-10.1.3
ph-settings-10.1.2
ph-settings-10.1.1
ph-settings-10.1.0
10.0.x
ph-settings-10.0.0

How to add a dependency to Maven

Add the following com.helger.commons : ph-settings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger.commons</groupId>
    <artifactId>ph-settings</artifactId>
    <version>11.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger.commons : ph-settings gradle dependency to your build.gradle file:

implementation 'com.helger.commons:ph-settings:11.1.2'

Gradle Kotlin DSL: Add the following com.helger.commons : ph-settings gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger.commons:ph-settings:11.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger.commons : ph-settings sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger.commons" % "ph-settings" % "11.1.2"

Advertisement