is not current version
Last Version 2.0.4

com.josesamuel:remoter-annotations 1.0.2

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

GroupId

GroupId

com.josesamuel
ArtifactId

ArtifactId

remoter-annotations
Version

Version

1.0.2
Type

Type

jar

Download remoter-annotations 1.0.2


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