License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.sitture |
ArtifactId | ArtifactIdenv-config |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
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-1.1.1.pom | |
env-config-1.1.1.jar | 13 KB |
env-config-1.1.1-sources.jar | 10 KB |
env-config-1.1.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sitture/env-config/ -->
<dependency>
<groupId>com.sitture</groupId>
<artifactId>env-config</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitture/env-config/
implementation 'com.sitture:env-config:1.1.1'
// https://jarcasting.com/artifacts/com.sitture/env-config/
implementation ("com.sitture:env-config:1.1.1")
'com.sitture:env-config:jar:1.1.1'
<dependency org="com.sitture" name="env-config" rev="1.1.1">
<artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitture', module='env-config', version='1.1.1')
)
libraryDependencies += "com.sitture" % "env-config" % "1.1.1"
[com.sitture/env-config "1.1.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.36 |
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 |