Files download
File Operation
exoconf-2.0.0.jar download
exoconf-2.0.0.pom download
exoconf-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.l4.exoconf</groupId>
  <artifactId>exoconf</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'se.l4.exoconf:exoconf:2.0.0'
Gradle Kotlin
implementation("se.l4.exoconf:exoconf:2.0.0")
Scala SBT
libraryDependencies += "se.l4.exoconf" % "exoconf" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='se.l4.exoconf', module='exoconf', version='2.0.0')
)
Apache Ivy
<dependency org="se.l4.exoconf" name="exoconf" rev="2.0.0" />
Leiningen
[se.l4.exoconf/exoconf "2.0.0"]
Apache Buildr
'se.l4.exoconf:exoconf:jar:2.0.0'