t

tools4j-config-root

Configuration Management for long running Java applications.
http://tools4j.deephacks.org
Apache License
Kristoffer Sjogren
文件下载
文件名 操作
tools4j-config-root-0.12.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.deephacks.tools4j</groupId>
  <artifactId>tools4j-config-root</artifactId>
  <version>0.12.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.deephacks.tools4j:tools4j-config-root:0.12.3'
Gradle Kotlin
implementation("org.deephacks.tools4j:tools4j-config-root:0.12.3")
Scala SBT
libraryDependencies += "org.deephacks.tools4j" % "tools4j-config-root" % "0.12.3"
Groovy Grape
@Grapes(
  @Grab(group='org.deephacks.tools4j', module='tools4j-config-root', version='0.12.3')
)
Apache Ivy
<dependency org="org.deephacks.tools4j" name="tools4j-config-root" rev="0.12.3" />
Leiningen
[org.deephacks.tools4j/tools4j-config-root "0.12.3"]
Apache Buildr
'org.deephacks.tools4j:tools4j-config-root:jar:0.12.3'