| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.josesamuel |
| Идентификатор | Идентификаторremoter-annotations |
| Последняя версия | Последняя версия2.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRemoter Annotations
Remoter makes developing android remote services intuitive without messing with aidl.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| remoter-annotations-2.0.4.pom | |
| remoter-annotations-2.0.4.jar | 2 KB |
| remoter-annotations-2.0.4-sources.jar | 4 KB |
| remoter-annotations-2.0.4-javadoc.jar | 36 KB |
| Обзор |
<!-- 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"]