MVN

com.sitture : env-config

Maven & Gradle

Jun 11, 2022
13 stars

env-config · A simple utility to manage environment configs in Java-based projects by merging *.properties files with environment variables overrides.

<dependency>
    <groupId>com.sitture</groupId>
    <artifactId>env-config</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sitture : env-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.sitture : env-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
env-config-1.1.1
env-config-1.1.0
0.5.x
env-config-0.5.0
0.4.x
env-config-0.4.0
0.3.x
env-config-0.3.0
0.2.x
env-config-0.2.0
0.1.x
env-config-0.1.0

How to add a dependency to Maven

Add the following com.sitture : env-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sitture</groupId>
    <artifactId>env-config</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sitture : env-config gradle dependency to your build.gradle file:

implementation 'com.sitture:env-config:1.1.1'

Gradle Kotlin DSL: Add the following com.sitture : env-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sitture:env-config:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sitture : env-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sitture" % "env-config" % "1.1.1"

Advertisement

Dependencies from Group

Oct 13, 2020
0 stars
Jun 11, 2022
13 stars

Discover Dependencies

Dec 10, 2021
32 stars
Nov 30, 2018
3 stars
Jul 04, 2019
1 usages
19 stars
Jul 12, 2023
3 stars
May 17, 2019
4 usages
2 stars
May 26, 2022
697 stars
Feb 01, 2019
7 usages
429 stars
Nov 16, 2018
2 usages
429 stars
Oct 08, 2018
6 usages
4 stars