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-1.5.0.jar download
moco-core-1.5.0.pom download
moco-core-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dreamhead</groupId>
  <artifactId>moco-core</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dreamhead:moco-core:1.5.0'
Gradle Kotlin
implementation("com.github.dreamhead:moco-core:1.5.0")
Scala SBT
libraryDependencies += "com.github.dreamhead" % "moco-core" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dreamhead', module='moco-core', version='1.5.0')
)
Apache Ivy
<dependency org="com.github.dreamhead" name="moco-core" rev="1.5.0" />
Leiningen
[com.github.dreamhead/moco-core "1.5.0"]
Apache Buildr
'com.github.dreamhead:moco-core:jar:1.5.0'