is not current version
Last Version 2.0.6

com.mockrunner:mockrunner-core 1.1.1

Core classes common to all Mockrunner modules

GroupId

GroupId

com.mockrunner
ArtifactId

ArtifactId

mockrunner-core
Version

Version

1.1.1
Type

Type

jar

Download mockrunner-core 1.1.1


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