is not current version
Last Version 1.1.1

com.github.sitture:env-config 0.5.8

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.5.8
Type

Type

jar

Download env-config 0.5.8


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