| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.sitture |
| ArtifactId | ArtifactIdenv-config |
| Version | Version0.4.0 |
| 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.4.0.pom | |
| env-config-0.4.0.jar | 13 KB |
| env-config-0.4.0-sources.jar | 10 KB |
| env-config-0.4.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sitture/env-config/ -->
<dependency>
<groupId>com.sitture</groupId>
<artifactId>env-config</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitture/env-config/
implementation 'com.sitture:env-config:0.4.0'
// https://jarcasting.com/artifacts/com.sitture/env-config/
implementation ("com.sitture:env-config:0.4.0")
'com.sitture:env-config:jar:0.4.0'
<dependency org="com.sitture" name="env-config" rev="0.4.0">
<artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitture', module='env-config', version='0.4.0')
)
libraryDependencies += "com.sitture" % "env-config" % "0.4.0"
[com.sitture/env-config "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.9.3 |
| org.apache.commons : commons-configuration2 | jar | 2.2 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.stefanbirkner : system-rules | jar | 1.17.2 |
| junit : junit | jar | 4.12 |