Download otto-1.3.6.jar file - Jar o

Jar examples for o:otto

Description

AndroidAnnotations plugin for Otto

You can download jar file otto 1.3.6 in this page.

License

Apache License

Build File

You can use the following script to add otto-1.3.6.jar to your project.

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

Download

Click the following link to download the jar file.

otto-1.3.6-javadoc.jar
otto-1.3.6-sources.jar
otto-1.3.6.jar
otto-1.3.6.pom



Related Tutorials