<dependency> <groupId>software.betamax</groupId> <artifactId>betamax-junit</artifactId> <version>2.0.1</version> </dependency>
implementation 'software.betamax:betamax-junit:2.0.1'
implementation("software.betamax:betamax-junit:2.0.1")
libraryDependencies += "software.betamax" % "betamax-junit" % "2.0.1"
@Grapes( @Grab(group='software.betamax', module='betamax-junit', version='2.0.1') )
<dependency org="software.betamax" name="betamax-junit" rev="2.0.1" />
[software.betamax/betamax-junit "2.0.1"]
'software.betamax:betamax-junit:jar:2.0.1'
compile
|-- software.betamax:betamax-core:2.0.1
provided
|-- junit:junit:4.12