e

easyconfig-parent

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