is not current version
Last Version 1.3.0

com.github.dreamhead:moco-runner 0.7

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

GroupId

GroupId

com.github.dreamhead
ArtifactId

ArtifactId

moco-runner
Version

Version

0.7
Type

Type

jar

Download moco-runner 0.7


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