License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdau.com.muel |
ArtifactId | ArtifactIdenv-config |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnv Config
A Java lib for deriving configuration from environment variables
|
Project URL |
Project URL |
Filename | Size |
---|---|
env-config-0.8.1.pom | |
env-config-0.8.1.jar | 21 KB |
env-config-0.8.1-sources.jar | 11 KB |
env-config-0.8.1-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.muel/env-config/ -->
<dependency>
<groupId>au.com.muel</groupId>
<artifactId>env-config</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.muel/env-config/
implementation 'au.com.muel:env-config:0.8.1'
// https://jarcasting.com/artifacts/au.com.muel/env-config/
implementation ("au.com.muel:env-config:0.8.1")
'au.com.muel:env-config:jar:0.8.1'
<dependency org="au.com.muel" name="env-config" rev="0.8.1">
<artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.muel', module='env-config', version='0.8.1')
)
libraryDependencies += "au.com.muel" % "env-config" % "0.8.1"
[au.com.muel/env-config "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
com.google.guava : guava | jar | 31.0.1-jre |