LiveEvent

This library holds a class to handle single live events in Android MVVM architectural pattern. This class is extended form LiveData class, from `androidx.lifecycle:lifecycle-extensions` library, to propagate the data as an event, which means it emits data just once.

Лицензия

Лицензия

Группа

Группа

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

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

live-event
Последняя версия

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

1.3.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

LiveEvent
This library holds a class to handle single live events in Android MVVM architectural pattern. This class is extended form LiveData class, from `androidx.lifecycle:lifecycle-extensions` library, to propagate the data as an event, which means it emits data just once.
Ссылка на сайт

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

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

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

https://github.com/hadilq/LiveEvent

Скачать live-event

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

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

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.4.32
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
androidx.lifecycle » lifecycle-extensions jar 2.2.0

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

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

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

Версия
1.3.0
1.2.3
1.2.2
1.2.1
1.0.3