c

cfgagent

Implementation of a JavaAgent that injects system properties for Java applications
https://github.com/testdriven/cfgagent
Apache License, Version 2.0
Matthias Hryniszak
Files download
File Operation
cfgagent-1.0.0.jar download
cfgagent-1.0.0.pom download
cfgagent-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.testdriven</groupId>
  <artifactId>cfgagent</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.testdriven:cfgagent:1.0.0'
Gradle Kotlin
implementation("com.github.testdriven:cfgagent:1.0.0")
Scala SBT
libraryDependencies += "com.github.testdriven" % "cfgagent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.testdriven', module='cfgagent', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.testdriven" name="cfgagent" rev="1.0.0" />
Leiningen
[com.github.testdriven/cfgagent "1.0.0"]
Apache Buildr
'com.github.testdriven:cfgagent:jar:1.0.0'
Dependencies