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