e

easyconfig-parent

Read configuration from environment
https://github.com/jubicoy/easyconfig
MIT License
Vilppu Vuorinen
Files download
File Operation
easyconfig-parent-0.10.0.pom download
Apache Maven
<dependency>
  <groupId>fi.jubic</groupId>
  <artifactId>easyconfig-parent</artifactId>
  <version>0.10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fi.jubic:easyconfig-parent:0.10.0'
Gradle Kotlin
implementation("fi.jubic:easyconfig-parent:0.10.0")
Scala SBT
libraryDependencies += "fi.jubic" % "easyconfig-parent" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='fi.jubic', module='easyconfig-parent', version='0.10.0')
)
Apache Ivy
<dependency org="fi.jubic" name="easyconfig-parent" rev="0.10.0" />
Leiningen
[fi.jubic/easyconfig-parent "0.10.0"]
Apache Buildr
'fi.jubic:easyconfig-parent:jar:0.10.0'