License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.sitture |
ArtifactId | ArtifactIdenv-config |
Version | Version0.6.1 |
Type | Typejar |
Description |
Descriptionenv-config
A simple utility to manage environment configs in Java-based projects by merging *.properties files with environment variables overrides.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
env-config-0.6.1.pom | |
env-config-0.6.1.jar | 18 KB |
env-config-0.6.1-sources.jar | 13 KB |
env-config-0.6.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sitture/env-config/ -->
<dependency>
<groupId>com.github.sitture</groupId>
<artifactId>env-config</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sitture/env-config/
implementation 'com.github.sitture:env-config:0.6.1'
// https://jarcasting.com/artifacts/com.github.sitture/env-config/
implementation ("com.github.sitture:env-config:0.6.1")
'com.github.sitture:env-config:jar:0.6.1'
<dependency org="com.github.sitture" name="env-config" rev="0.6.1">
<artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sitture', module='env-config', version='0.6.1')
)
libraryDependencies += "com.github.sitture" % "env-config" % "0.6.1"
[com.github.sitture/env-config "0.6.1"]
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 |
Group / Artifact | Type | Version |
---|---|---|
com.github.stefanbirkner : system-rules | jar | 1.19.0 |
junit : junit | jar | 4.13.1 |