is not current version
Last Version 1.1.1

com.github.sitture:env-config 0.8.4

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

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.sitture
ArtifactId

ArtifactId

env-config
Version

Version

0.8.4
Type

Type

jar

Download env-config 0.8.4


<!-- https://jarcasting.com/artifacts/com.github.sitture/env-config/ -->
<dependency>
    <groupId>com.github.sitture</groupId>
    <artifactId>env-config</artifactId>
    <version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sitture/env-config/
implementation 'com.github.sitture:env-config:0.8.4'
// https://jarcasting.com/artifacts/com.github.sitture/env-config/
implementation ("com.github.sitture:env-config:0.8.4")
'com.github.sitture:env-config:jar:0.8.4'
<dependency org="com.github.sitture" name="env-config" rev="0.8.4">
  <artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sitture', module='env-config', version='0.8.4')
)
libraryDependencies += "com.github.sitture" % "env-config" % "0.8.4"
[com.github.sitture/env-config "0.8.4"]