is not current version
Last Version 2.0.6

com.mockrunner:mockrunner-all 1.0.0

Comprehensive mock classes spanning more than one Mockrunner module

GroupId

GroupId

com.mockrunner
ArtifactId

ArtifactId

mockrunner-all
Version

Version

1.0.0
Type

Type

jar

Download mockrunner-all 1.0.0


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