is not current version
Last Version 2.0.6

com.mockrunner:mockrunner-core 2.0.3

Core classes common to all Mockrunner modules

GroupId

GroupId

com.mockrunner
ArtifactId

ArtifactId

mockrunner-core
Version

Version

2.0.3
Type

Type

jar

Download mockrunner-core 2.0.3


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