is not current version
Last Version 1.1.1

env-config 0.7.1

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

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.sitture
ArtifactId

ArtifactId

env-config
Version

Version

0.7.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/sitture/env-config
Source Code Management

Source Code Management

https://github.com/sitture/env-config

Download env-config 0.7.1


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

Dependencies

compile (4)

Group / Artifact Type Version
de.slackspace : openkeepass jar 0.8.2
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.commons : commons-configuration2 jar 2.7
org.slf4j : slf4j-api jar 1.7.30

test (2)

Group / Artifact Type Version
com.github.stefanbirkner : system-rules jar 1.19.0
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.