is not current version
Last Version 1.3.0

com.github.dreamhead:moco-core 0.11.1

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

GroupId

GroupId

com.github.dreamhead
ArtifactId

ArtifactId

moco-core
Version

Version

0.11.1
Type

Type

jar

Download moco-core 0.11.1


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