MVN

cz.datadriven.utils : config-view

Maven & Gradle

Sep 16, 2022
6 stars

Datadriven ConfigView · Convenient over typesafe config.

<dependency>
    <groupId>cz.datadriven.utils</groupId>
    <artifactId>config-view</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.datadriven.utils : config-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of cz.datadriven.utils : config-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
config-view-0.5.3
config-view-0.5.2
config-view-0.5.1
config-view-0.5.0
0.4.x
config-view-0.4.2
config-view-0.4.0
0.3.x
config-view-0.3.4
config-view-0.3.3
config-view-0.3.2
config-view-0.3.1
config-view-0.3.0
0.2
config-view-0.2
0.1.x
config-view-0.1.0

How to add a dependency to Maven

Add the following cz.datadriven.utils : config-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.datadriven.utils</groupId>
    <artifactId>config-view</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.datadriven.utils : config-view gradle dependency to your build.gradle file:

implementation 'cz.datadriven.utils:config-view:0.5.3'

Gradle Kotlin DSL: Add the following cz.datadriven.utils : config-view gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.datadriven.utils:config-view:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.datadriven.utils : config-view sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.datadriven.utils" % "config-view" % "0.5.3"

Advertisement