is not current version
Last Version 1.3.0

com.github.dreamhead:moco-runner 1.0.0

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

GroupId

GroupId

com.github.dreamhead
ArtifactId

ArtifactId

moco-runner
Version

Version

1.0.0
Type

Type

jar

Download moco-runner 1.0.0


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