Download mobius-test-1.1.0.jar file - Jar m

Jar examples for m:mobius-test

Description

Help classes to use when writing unit-tests with Mobius code

You can download jar file mobius-test 1.1.0 in this page.

License

"The Apache Software License, Version 2.0"

Build File

You can use the following script to add mobius-test-1.1.0.jar to your project.

<dependency>
   <groupId>com.spotify.mobius</groupId>
   <artifactId>mobius-test</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.spotify.mobius', name: 'mobius-test', version: '1.1.0'
libraryDependencies += "com.spotify.mobius" % "mobius-test" % "1.1.0"
<dependency org="com.spotify.mobius" name="mobius-test" rev="1.1.0"/>
@Grapes(@Grab(group='com.spotify.mobius', module='mobius-test', version='1.1.0'))
'com.spotify.mobius:mobius-test:jar:1.1.0'

Download

Click the following link to download the jar file.

mobius-test-1.1.0-javadoc.jar
mobius-test-1.1.0-sources.jar
mobius-test-1.1.0.jar
mobius-test-1.1.0.pom



Related Tutorials