MVN

de.melnichuk : pretty-configuration

Maven & Gradle

Jun 29, 2017
0 stars

pretty-configuration · human friendly representation of your applications configuration.

<dependency>
    <groupId>de.melnichuk</groupId>
    <artifactId>pretty-configuration</artifactId>
    <version>0.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.melnichuk : pretty-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.27.0

All Versions

Choose a version of de.melnichuk : pretty-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.27.x
pretty-configuration-0.27.0
0.26.x
pretty-configuration-0.26.0

How to add a dependency to Maven

Add the following de.melnichuk : pretty-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.melnichuk</groupId>
    <artifactId>pretty-configuration</artifactId>
    <version>0.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.melnichuk : pretty-configuration gradle dependency to your build.gradle file:

implementation 'de.melnichuk:pretty-configuration:0.27.0'

Gradle Kotlin DSL: Add the following de.melnichuk : pretty-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("de.melnichuk:pretty-configuration:0.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.melnichuk : pretty-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "de.melnichuk" % "pretty-configuration" % "0.27.0"