is not current version
Last Version 2.0.4

com.josesamuel:remoter-annotations 1.1.6

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

GroupId

GroupId

com.josesamuel
ArtifactId

ArtifactId

remoter-annotations
Version

Version

1.1.6
Type

Type

jar

Download remoter-annotations 1.1.6


<!-- https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/ -->
<dependency>
    <groupId>com.josesamuel</groupId>
    <artifactId>remoter-annotations</artifactId>
    <version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation 'com.josesamuel:remoter-annotations:1.1.6'
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation ("com.josesamuel:remoter-annotations:1.1.6")
'com.josesamuel:remoter-annotations:jar:1.1.6'
<dependency org="com.josesamuel" name="remoter-annotations" rev="1.1.6">
  <artifact name="remoter-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='remoter-annotations', version='1.1.6')
)
libraryDependencies += "com.josesamuel" % "remoter-annotations" % "1.1.6"
[com.josesamuel/remoter-annotations "1.1.6"]