License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdremoter-annotations |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRemoter Annotations
Remoter makes developing android remote services intuitive without messing with aidl.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>remoter-annotations</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation 'com.josesamuel:remoter-annotations:2.0.4'
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation ("com.josesamuel:remoter-annotations:2.0.4")
'com.josesamuel:remoter-annotations:jar:2.0.4'
<dependency org="com.josesamuel" name="remoter-annotations" rev="2.0.4">
<artifact name="remoter-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='remoter-annotations', version='2.0.4')
)
libraryDependencies += "com.josesamuel" % "remoter-annotations" % "2.0.4"
[com.josesamuel/remoter-annotations "2.0.4"]