a

activej-config

A flexible configuration tree abstraction. Supports multiple configuration sources.
Files download
File Operation
activej-config-5.1.jar download
activej-config-5.1.pom download
activej-config-5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-config</artifactId>
  <version>5.1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-config:5.1'
Gradle Kotlin
implementation("io.activej:activej-config:5.1")
Scala SBT
libraryDependencies += "io.activej" % "activej-config" % "5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-config', version='5.1')
)
Apache Ivy
<dependency org="io.activej" name="activej-config" rev="5.1" />
Leiningen
[io.activej/activej-config "5.1"]
Apache Buildr
'io.activej:activej-config:jar:5.1'