| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hadilq.liveevent |
| Идентификатор | Идентификаторliveevent |
| Версия | Версия1.2.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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| liveevent-1.2.0.pom | |
| liveevent-1.2.0.aar | 5 KB |
| liveevent-1.2.0-sources.jar | 1 KB |
| liveevent-1.2.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hadilq.liveevent/liveevent/ -->
<dependency>
<groupId>com.github.hadilq.liveevent</groupId>
<artifactId>liveevent</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq.liveevent/liveevent/
implementation 'com.github.hadilq.liveevent:liveevent:1.2.0'
// https://jarcasting.com/artifacts/com.github.hadilq.liveevent/liveevent/
implementation ("com.github.hadilq.liveevent:liveevent:1.2.0")
'com.github.hadilq.liveevent:liveevent:aar:1.2.0'
<dependency org="com.github.hadilq.liveevent" name="liveevent" rev="1.2.0">
<artifact name="liveevent" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq.liveevent', module='liveevent', version='1.2.0')
)
libraryDependencies += "com.github.hadilq.liveevent" % "liveevent" % "1.2.0"
[com.github.hadilq.liveevent/liveevent "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.50 |
| androidx.lifecycle » lifecycle-extensions | jar | 2.1.0 |