is not current version
Last Version 1.3.0

com.github.hadilq:live-event 1.2.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
ArtifactId

ArtifactId

live-event
Version

Version

1.2.1
Type

Type

pom

Download live-event 1.2.1


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