o

orienteer

An Opinionated, Consistent Multilayer Configuration Library For JVM Languages
https://github.com/dnwiebe/Orienteer.git
MIT License
Dan Wiebe
Files download
File Operation
orienteer-0.5.jar download
orienteer-0.5.pom download
orienteer-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dnwiebe</groupId>
  <artifactId>orienteer</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'org.dnwiebe:orienteer:0.5'
Gradle Kotlin
implementation("org.dnwiebe:orienteer:0.5")
Scala SBT
libraryDependencies += "org.dnwiebe" % "orienteer" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.dnwiebe', module='orienteer', version='0.5')
)
Apache Ivy
<dependency org="org.dnwiebe" name="orienteer" rev="0.5" />
Leiningen
[org.dnwiebe/orienteer "0.5"]
Apache Buildr
'org.dnwiebe:orienteer:jar:0.5'