License |
License |
---|---|
GroupId | GroupIdcom.github.testdriven |
ArtifactId | ArtifactIdcfgagent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguration Agent
Implementation of a JavaAgent that injects system properties for Java applications
|
Project URL |
Project URL |
Filename | Size |
---|---|
cfgagent-1.0.1.pom | |
cfgagent-1.0.1.jar | 5 KB |
cfgagent-1.0.1-sources.jar | 2 KB |
cfgagent-1.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.testdriven/cfgagent/ -->
<dependency>
<groupId>com.github.testdriven</groupId>
<artifactId>cfgagent</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testdriven/cfgagent/
implementation 'com.github.testdriven:cfgagent:1.0.1'
// https://jarcasting.com/artifacts/com.github.testdriven/cfgagent/
implementation ("com.github.testdriven:cfgagent:1.0.1")
'com.github.testdriven:cfgagent:jar:1.0.1'
<dependency org="com.github.testdriven" name="cfgagent" rev="1.0.1">
<artifact name="cfgagent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testdriven', module='cfgagent', version='1.0.1')
)
libraryDependencies += "com.github.testdriven" % "cfgagent" % "1.0.1"
[com.github.testdriven/cfgagent "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |