Download mobius-test-1.1.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials