License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.sitture |
ArtifactId | ArtifactIdenv-config |
Version | Version0.9.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.9.1.pom | |
env-config-0.9.1.jar | 24 KB |
env-config-0.9.1-sources.jar | 16 KB |
env-config-0.9.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sitture/env-config/ -->
<dependency>
<groupId>com.github.sitture</groupId>
<artifactId>env-config</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sitture/env-config/
implementation 'com.github.sitture:env-config:0.9.1'
// https://jarcasting.com/artifacts/com.github.sitture/env-config/
implementation ("com.github.sitture:env-config:0.9.1")
'com.github.sitture:env-config:jar:0.9.1'
<dependency org="com.github.sitture" name="env-config" rev="0.9.1">
<artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sitture', module='env-config', version='0.9.1')
)
libraryDependencies += "com.github.sitture" % "env-config" % "0.9.1"
[com.github.sitture/env-config "0.9.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.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.github.stefanbirkner : system-rules | jar | 1.19.0 |