is not current version
Last Version 1.2.0

com.github.hadilq.liveevent:liveevent 1.0.1

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.

GroupId

GroupId

com.github.hadilq.liveevent
ArtifactId

ArtifactId

liveevent
Version

Version

1.0.1
Type

Type

aar

Download liveevent 1.0.1


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