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
Идентификатор

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

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

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

2.1.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

Скачать events

Имя Файла Размер
events-2.1.0.pom
events-2.1.0-sources.jar 13 KB
events-2.1.0-javadoc.jar 261 bytes
Обзор

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.greenrobot : eventbus jar 3.3.1
androidx.appcompat » appcompat jar 1.4.1
androidx.lifecycle » lifecycle-extensions jar 2.2.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.20

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

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

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

Версия
2.1.0
2.0.0
1.3.3
1.3.2
1.3.1
1.2.0
1.1.2
1.1.1
1.0.1
1.0.0