Download moxy-1.0.0.jar file - Jar m

Jar examples for m:moxy

Description

Fluent API mocking/spying framework for Java.

You can download jar file moxy 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add moxy-1.0.0.jar to your project.

<dependency>
   <groupId>com.arello-mobile</groupId>
   <artifactId>moxy</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.arello-mobile', name: 'moxy', version: '1.0.0'
libraryDependencies += "com.arello-mobile" % "moxy" % "1.0.0"
<dependency org="com.arello-mobile" name="moxy" rev="1.0.0"/>
@Grapes(@Grab(group='com.arello-mobile', module='moxy', version='1.0.0'))
'com.arello-mobile:moxy:jar:1.0.0'

Download

Click the following link to download the jar file.

moxy-1.0.0-javadoc.jar
moxy-1.0.0-sources.jar
moxy-1.0.0.jar
moxy-1.0.0.pom



Related Tutorials