is not current version
Last Version 1.3.0

com.github.hadilq:live-event 1.0.3

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.0.3
Type

Type

pom

Download live-event 1.0.3


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