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