License |
License |
---|---|
GroupId | GroupIdcom.github.hadilq |
ArtifactId | ArtifactIdlive-event |
Version | Version1.2.3 |
Type | Typeaar |
Description |
DescriptionLiveEvent
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
live-event-1.2.3.pom | |
live-event-1.2.3-sources.jar | 1 KB |
live-event-1.2.3-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadilq/live-event/ -->
<dependency>
<groupId>com.github.hadilq</groupId>
<artifactId>live-event</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq/live-event/
implementation 'com.github.hadilq:live-event:1.2.3'
// https://jarcasting.com/artifacts/com.github.hadilq/live-event/
implementation ("com.github.hadilq:live-event:1.2.3")
'com.github.hadilq:live-event:aar:1.2.3'
<dependency org="com.github.hadilq" name="live-event" rev="1.2.3">
<artifact name="live-event" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq', module='live-event', version='1.2.3')
)
libraryDependencies += "com.github.hadilq" % "live-event" % "1.2.3"
[com.github.hadilq/live-event "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
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 |