Env Config

A Java lib for deriving configuration from environment variables

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

au.com.muel
ArtifactId

ArtifactId

env-config
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

Env Config
A Java lib for deriving configuration from environment variables
Project URL

Project URL

https://github.com/sjprice/env-config

Download env-config

How to add to project

<!-- 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"]

Dependencies

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.1
0.8.0