GroupId | GroupIdorg.yarnandtail |
---|---|
ArtifactId | ArtifactIdandhow-test-harness |
Version | Version0.4.0-RC5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-test-harness/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-test-harness</artifactId>
<version>0.4.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-test-harness/
implementation 'org.yarnandtail:andhow-test-harness:0.4.0-RC5'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-test-harness/
implementation ("org.yarnandtail:andhow-test-harness:0.4.0-RC5")
'org.yarnandtail:andhow-test-harness:jar:0.4.0-RC5'
<dependency org="org.yarnandtail" name="andhow-test-harness" rev="0.4.0-RC5">
<artifact name="andhow-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-test-harness', version='0.4.0-RC5')
)
libraryDependencies += "org.yarnandtail" % "andhow-test-harness" % "0.4.0-RC5"
[org.yarnandtail/andhow-test-harness "0.4.0-RC5"]