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