| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.kovszilard |
| ArtifactId | ArtifactIdeasy-config_2.12 |
| Version | Version0.2.1 |
| Type | Typejar |
| Description |
Descriptioneasy-config
Easy Config makes Scala application configuration extremely easy. It reads configuration from the environment or command line arguments.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easy-config_2.12-0.2.1.pom | |
| easy-config_2.12-0.2.1.jar | 204 KB |
| easy-config_2.12-0.2.1-sources.jar | 9 KB |
| easy-config_2.12-0.2.1-javadoc.jar | 1 MB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.10 |
| com.chuusai : shapeless_2.12 | jar | 2.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.1.0 |