is not current version
Last Version 1.3

org.codehaus.waffle:waffle-mock 1.0-RC-2


GroupId

GroupId

org.codehaus.waffle
ArtifactId

ArtifactId

waffle-mock
Version

Version

1.0-RC-2
Type

Type

jar

Download waffle-mock 1.0-RC-2


<!-- https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-mock/ -->
<dependency>
    <groupId>org.codehaus.waffle</groupId>
    <artifactId>waffle-mock</artifactId>
    <version>1.0-RC-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-mock/
implementation 'org.codehaus.waffle:waffle-mock:1.0-RC-2'
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-mock/
implementation ("org.codehaus.waffle:waffle-mock:1.0-RC-2")
'org.codehaus.waffle:waffle-mock:jar:1.0-RC-2'
<dependency org="org.codehaus.waffle" name="waffle-mock" rev="1.0-RC-2">
  <artifact name="waffle-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.waffle', module='waffle-mock', version='1.0-RC-2')
)
libraryDependencies += "org.codehaus.waffle" % "waffle-mock" % "1.0-RC-2"
[org.codehaus.waffle/waffle-mock "1.0-RC-2"]