License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdremoter-annotations |
Version | Version2.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation 'com.josesamuel:remoter-annotations:2.0.3'
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation ("com.josesamuel:remoter-annotations:2.0.3")
'com.josesamuel:remoter-annotations:jar:2.0.3'
<dependency org="com.josesamuel" name="remoter-annotations" rev="2.0.3">
<artifact name="remoter-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='remoter-annotations', version='2.0.3')
)
libraryDependencies += "com.josesamuel" % "remoter-annotations" % "2.0.3"
[com.josesamuel/remoter-annotations "2.0.3"]