License |
License |
---|---|
GroupId | GroupIdorg.yarnandtail |
ArtifactId | ArtifactIdandhow-test-harness |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionAndHow Test Harness
Harness and tools for testing the AndHow framework, or writing tests for projects that use AndHow.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-test-harness/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-test-harness</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-test-harness/
implementation 'org.yarnandtail:andhow-test-harness:0.4.0'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-test-harness/
implementation ("org.yarnandtail:andhow-test-harness:0.4.0")
'org.yarnandtail:andhow-test-harness:jar:0.4.0'
<dependency org="org.yarnandtail" name="andhow-test-harness" rev="0.4.0">
<artifact name="andhow-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-test-harness', version='0.4.0')
)
libraryDependencies += "org.yarnandtail" % "andhow-test-harness" % "0.4.0"
[org.yarnandtail/andhow-test-harness "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.yarnandtail : andhow-core | jar | 0.4.0 |
junit : junit | jar | 4.12 |