Download moco-core-0.10.1.jar file - Jar m

Jar examples for m:moco-core

Description

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

You can download jar file moco-core 0.10.1 in this page.

License

MIT Licence

Build File

You can use the following script to add moco-core-0.10.1.jar to your project.

<dependency>
   <groupId>com.github.dreamhead</groupId>
   <artifactId>moco-core</artifactId>
   <version>0.10.1</version>
</dependency>
compile group: 'com.github.dreamhead', name: 'moco-core', version: '0.10.1'
libraryDependencies += "com.github.dreamhead" % "moco-core" % "0.10.1"
<dependency org="com.github.dreamhead" name="moco-core" rev="0.10.1"/>
@Grapes(@Grab(group='com.github.dreamhead', module='moco-core', version='0.10.1'))
'com.github.dreamhead:moco-core:jar:0.10.1'

Download

Click the following link to download the jar file.

moco-core-0.10.1-javadoc.jar
moco-core-0.10.1-sources.jar
moco-core-0.10.1.jar
moco-core-0.10.1.pom



Related Tutorials