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