| GroupId | GroupIdcom.github.waffle | 
|---|---|
| ArtifactId | ArtifactIdwaffle-tests | 
| Version | Version2.0.0-beta2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-tests/ -->
<dependency>
    <groupId>com.github.waffle</groupId>
    <artifactId>waffle-tests</artifactId>
    <version>2.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.github.waffle/waffle-tests/
implementation 'com.github.waffle:waffle-tests:2.0.0-beta2'// https://jarcasting.com/artifacts/com.github.waffle/waffle-tests/
implementation ("com.github.waffle:waffle-tests:2.0.0-beta2")'com.github.waffle:waffle-tests:jar:2.0.0-beta2'<dependency org="com.github.waffle" name="waffle-tests" rev="2.0.0-beta2">
  <artifact name="waffle-tests" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.waffle', module='waffle-tests', version='2.0.0-beta2')
)libraryDependencies += "com.github.waffle" % "waffle-tests" % "2.0.0-beta2"[com.github.waffle/waffle-tests "2.0.0-beta2"]