is not current version
Last Version 1.3.0

com.github.dreamhead:moco-runner 0.10.2

Moco is an easy setup stub framework, mainly focusing on testing and integration.

GroupId

GroupId

com.github.dreamhead
ArtifactId

ArtifactId

moco-runner
Version

Version

0.10.2
Type

Type

jar

Download moco-runner 0.10.2


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