| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| live-event-1.3.0.pom | |
| live-event-1.3.0-sources.jar | 1 KB |
| live-event-1.3.0-javadoc.jar | 268 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |