is not current version
Last Version 2.0.6

com.mockrunner:mockrunner-core 1.0.4

Core classes common to all Mockrunner modules

GroupId

GroupId

com.mockrunner
ArtifactId

ArtifactId

mockrunner-core
Version

Version

1.0.4
Type

Type

jar

Download mockrunner-core 1.0.4


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