is not current version
Last Version 1.3.0

com.github.dreamhead:moco-core 0.8

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

GroupId

GroupId

com.github.dreamhead
ArtifactId

ArtifactId

moco-core
Version

Version

0.8
Type

Type

jar

Download moco-core 0.8


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