is not current version
Last Version 2.0.4

com.josesamuel:remoter-annotations 1.1.9

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

GroupId

GroupId

com.josesamuel
ArtifactId

ArtifactId

remoter-annotations
Version

Version

1.1.9
Type

Type

jar

Download remoter-annotations 1.1.9


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