MVN

dev.viskar : typesafe-config-addons-strategy

Maven & Gradle

Dec 17, 2021
0 stars

typesafe-config-addons-strategy · Provides a ConfigLoadingStrategy that supports laying several Configs

<dependency>
    <groupId>dev.viskar</groupId>
    <artifactId>typesafe-config-addons-strategy</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.viskar : typesafe-config-addons-strategy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of dev.viskar : typesafe-config-addons-strategy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
typesafe-config-addons-strategy-0.1.4
typesafe-config-addons-strategy-0.1.3

How to add a dependency to Maven

Add the following dev.viskar : typesafe-config-addons-strategy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.viskar</groupId>
    <artifactId>typesafe-config-addons-strategy</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.viskar : typesafe-config-addons-strategy gradle dependency to your build.gradle file:

implementation 'dev.viskar:typesafe-config-addons-strategy:0.1.4'

Gradle Kotlin DSL: Add the following dev.viskar : typesafe-config-addons-strategy gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.viskar:typesafe-config-addons-strategy:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.viskar : typesafe-config-addons-strategy sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.viskar" % "typesafe-config-addons-strategy" % "0.1.4"

Advertisement