MVN

com.github.sitture : env-config

Maven & Gradle

Apr 05, 2023
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.github.sitture</groupId>
    <artifactId>env-config</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.0

All Versions

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

Version Vulnerabilities Updated
1.5.x
env-config-1.5.0
1.4.x
env-config-1.4.0
1.3.x
env-config-1.3.0
1.2.x
env-config-1.2.4
env-config-1.2.3
env-config-1.2.2
env-config-1.2.1
1.1.x
env-config-1.1.1
env-config-1.1.0
1.0.x
env-config-1.0.0
0.10.x
env-config-0.10.1
env-config-0.10.0
0.9.x
env-config-0.9.1
env-config-0.9.0
0.8.x
env-config-0.8.4
env-config-0.8.3
env-config-0.8.2
env-config-0.8.1
env-config-0.8.0
0.7.x
env-config-0.7.2
env-config-0.7.1
env-config-0.7.0
0.6.x
env-config-0.6.1
env-config-0.6.0
0.5.x
env-config-0.5.9
env-config-0.5.8
env-config-0.5.7
env-config-0.5.6
env-config-0.5.5
env-config-0.5.4
env-config-0.5.3
env-config-0.5.2
env-config-0.5.1
env-config-0.5.0
0.4.x
env-config-0.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.sitture:env-config:1.5.0'

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

implementation("com.github.sitture:env-config:1.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.sitture" % "env-config" % "1.5.0"

Advertisement