is not current version
Last Version 0.2.1

com.github.kovszilard:easy-config_2.12 0.1.0

Easy Config makes Scala (12 factor) application configuration extremely easy. It reads configuration from the environment or command line arguments.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.kovszilard
ArtifactId

ArtifactId

easy-config_2.12
Version

Version

0.1.0
Type

Type

jar

Download easy-config_2.12 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.kovszilard/easy-config_2.12/ -->
<dependency>
    <groupId>com.github.kovszilard</groupId>
    <artifactId>easy-config_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kovszilard/easy-config_2.12/
implementation 'com.github.kovszilard:easy-config_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.github.kovszilard/easy-config_2.12/
implementation ("com.github.kovszilard:easy-config_2.12:0.1.0")
'com.github.kovszilard:easy-config_2.12:jar:0.1.0'
<dependency org="com.github.kovszilard" name="easy-config_2.12" rev="0.1.0">
  <artifact name="easy-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kovszilard', module='easy-config_2.12', version='0.1.0')
)
libraryDependencies += "com.github.kovszilard" % "easy-config_2.12" % "0.1.0"
[com.github.kovszilard/easy-config_2.12 "0.1.0"]