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