Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdsoftware.betamax |
ArtifactId | ArtifactIdbetamax-junit |
Version | Version2.0.0-alpha-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/software.betamax/betamax-junit/ -->
<dependency>
<groupId>software.betamax</groupId>
<artifactId>betamax-junit</artifactId>
<version>2.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/software.betamax/betamax-junit/
implementation 'software.betamax:betamax-junit:2.0.0-alpha-1'
// https://jarcasting.com/artifacts/software.betamax/betamax-junit/
implementation ("software.betamax:betamax-junit:2.0.0-alpha-1")
'software.betamax:betamax-junit:jar:2.0.0-alpha-1'
<dependency org="software.betamax" name="betamax-junit" rev="2.0.0-alpha-1">
<artifact name="betamax-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.betamax', module='betamax-junit', version='2.0.0-alpha-1')
)
libraryDependencies += "software.betamax" % "betamax-junit" % "2.0.0-alpha-1"
[software.betamax/betamax-junit "2.0.0-alpha-1"]