easy-config

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

License

License

MIT
Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.kovszilard
ArtifactId

ArtifactId

easy-config_2.12
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

easy-config
Easy Config makes Scala application configuration extremely easy. It reads configuration from the environment or command line arguments.
Project URL

Project URL

https://github.com/kovszilard/easy-config
Project Organization

Project Organization

kovszilard
Source Code Management

Source Code Management

https://github.com/kovszilard/easy-config

Download easy-config_2.12

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
com.chuusai : shapeless_2.12 jar 2.3.3

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0
0.1.0