Download mortar-0.16.jar file - Jar m

Jar examples for m:mortar

Description

Modular Android without Fragments.

You can download jar file mortar 0.16 in this page.

License

Apache License

Build File

You can use the following script to add mortar-0.16.jar to your project.

<dependency>
   <groupId>com.squareup.mortar</groupId>
   <artifactId>mortar</artifactId>
   <version>0.16</version>
</dependency>
compile group: 'com.squareup.mortar', name: 'mortar', version: '0.16'
libraryDependencies += "com.squareup.mortar" % "mortar" % "0.16"
<dependency org="com.squareup.mortar" name="mortar" rev="0.16"/>
@Grapes(@Grab(group='com.squareup.mortar', module='mortar', version='0.16'))
'com.squareup.mortar:mortar:jar:0.16'

Download

Click the following link to download the jar file.

mortar-0.16-javadoc.jar
mortar-0.16-sources.jar
mortar-0.16.jar
mortar-0.16.pom



Related Tutorials