Download otto-1.3.5.jar file - Jar o

Jar examples for o:otto

Description

AndroidAnnotations plugin for Otto

You can download jar file otto 1.3.5 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

otto-1.3.5-javadoc.jar
otto-1.3.5-sources.jar
otto-1.3.5.jar
otto-1.3.5.pom



Related Tutorials