env-config

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
Last Version

Last Version

1.1.1
Release Date

Release Date

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

How to add to project

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

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
uk.org.webcompere : system-stubs-core jar 2.0.1
uk.org.webcompere : system-stubs-jupiter jar 2.0.1

Project Modules

There are no modules declared in this project.
com.github.sitture

Sitture

Versions

Version
1.1.1
1.1.0
1.0.0
0.10.1
0.10.0
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0