m

moco-core

Moco is an easy setup stub framework, mainly focusing on testing and integration.
https://github.com/dreamhead/moco
MIT Licence
Zheng Ye
Files download
File Operation
moco-core-0.12.0.jar download
moco-core-0.12.0.pom download
moco-core-0.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dreamhead</groupId>
  <artifactId>moco-core</artifactId>
  <version>0.12.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dreamhead:moco-core:0.12.0'
Gradle Kotlin
implementation("com.github.dreamhead:moco-core:0.12.0")
Scala SBT
libraryDependencies += "com.github.dreamhead" % "moco-core" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dreamhead', module='moco-core', version='0.12.0')
)
Apache Ivy
<dependency org="com.github.dreamhead" name="moco-core" rev="0.12.0" />
Leiningen
[com.github.dreamhead/moco-core "0.12.0"]
Apache Buildr
'com.github.dreamhead:moco-core:jar:0.12.0'