c

confit-root

Configuration Management for Java applications.
http://confit.deephacks.org
Apache License
Kristoffer Sjogren
Files download
File Operation
confit-root-0.16.1.pom download
Apache Maven
<dependency>
  <groupId>org.deephacks</groupId>
  <artifactId>confit-root</artifactId>
  <version>0.16.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.deephacks:confit-root:0.16.1'
Gradle Kotlin
implementation("org.deephacks:confit-root:0.16.1")
Scala SBT
libraryDependencies += "org.deephacks" % "confit-root" % "0.16.1"
Groovy Grape
@Grapes(
  @Grab(group='org.deephacks', module='confit-root', version='0.16.1')
)
Apache Ivy
<dependency org="org.deephacks" name="confit-root" rev="0.16.1" />
Leiningen
[org.deephacks/confit-root "0.16.1"]
Apache Buildr
'org.deephacks:confit-root:jar:0.16.1'