Download remoter-annotations-1.1.4.jar file - Jar r

Jar examples for r:remoter-annotations

Description

Remoter makes developing android remote services intuitive without messing with aidl.

You can download jar file remoter-annotations 1.1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add remoter-annotations-1.1.4.jar to your project.

<dependency>
   <groupId>com.josesamuel</groupId>
   <artifactId>remoter-annotations</artifactId>
   <version>1.1.4</version>
</dependency>
compile group: 'com.josesamuel', name: 'remoter-annotations', version: '1.1.4'
libraryDependencies += "com.josesamuel" % "remoter-annotations" % "1.1.4"
<dependency org="com.josesamuel" name="remoter-annotations" rev="1.1.4"/>
@Grapes(@Grab(group='com.josesamuel', module='remoter-annotations', version='1.1.4'))
'com.josesamuel:remoter-annotations:jar:1.1.4'

Download

Click the following link to download the jar file.

remoter-annotations-1.1.4-javadoc.jar
remoter-annotations-1.1.4-sources.jar
remoter-annotations-1.1.4.jar
remoter-annotations-1.1.4.pom



Related Tutorials