MVP Library

This is a small library (less than 70KB) that will help you through your Android features development in order to keep things simple, clear and tidy.

Лицензия

Лицензия

Группа

Группа

com.github.marcherdiego.mvp
Идентификатор

Идентификатор

coroutines
Последняя версия

Последняя версия

1.4.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

MVP Library
This is a small library (less than 70KB) that will help you through your Android features development in order to keep things simple, clear and tidy.
Ссылка на сайт

Ссылка на сайт

https://github.com/marcherdiego/android_mvp
Система контроля версий

Система контроля версий

https://github.com/marcherdiego/android_mvp

Скачать coroutines

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.marcherdiego.mvp/coroutines/ -->
<dependency>
    <groupId>com.github.marcherdiego.mvp</groupId>
    <artifactId>coroutines</artifactId>
    <version>1.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcherdiego.mvp/coroutines/
implementation 'com.github.marcherdiego.mvp:coroutines:1.4.0'
// https://jarcasting.com/artifacts/com.github.marcherdiego.mvp/coroutines/
implementation ("com.github.marcherdiego.mvp:coroutines:1.4.0")
'com.github.marcherdiego.mvp:coroutines:aar:1.4.0'
<dependency org="com.github.marcherdiego.mvp" name="coroutines" rev="1.4.0">
  <artifact name="coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcherdiego.mvp', module='coroutines', version='1.4.0')
)
libraryDependencies += "com.github.marcherdiego.mvp" % "coroutines" % "1.4.0"
[com.github.marcherdiego.mvp/coroutines "1.4.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.5.2-native-mt
com.github.marcherdiego.mvp : events jar 2.1.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.20

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4.0
1.3.3
1.3.2
1.3.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0