MVN

com.github.hadilq.liveevent : liveevent

Maven & Gradle

Nov 13, 2019
1 usages
356 stars

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.

<dependency>
    <groupId>com.github.hadilq.liveevent</groupId>
    <artifactId>liveevent</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hadilq.liveevent : liveevent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.github.hadilq.liveevent : liveevent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
liveevent-1.2.0
1.0.x
liveevent-1.0.1
liveevent-1.0.0

How to add a dependency to Maven

Add the following com.github.hadilq.liveevent : liveevent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hadilq.liveevent</groupId>
    <artifactId>liveevent</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hadilq.liveevent : liveevent gradle dependency to your build.gradle file:

implementation 'com.github.hadilq.liveevent:liveevent:1.2.0'

Gradle Kotlin DSL: Add the following com.github.hadilq.liveevent : liveevent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hadilq.liveevent:liveevent:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hadilq.liveevent : liveevent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hadilq.liveevent" % "liveevent" % "1.2.0"

Advertisement

Dependencies from Group

Nov 13, 2019
1 usages
356 stars

Discover Dependencies

api
Nov 29, 2019
1 stars
Nov 28, 2021
3 usages
12 stars
Mar 30, 2019
23 usages
Dec 06, 2019
25 stars
Jan 08, 2022
2 usages
0 stars
Aug 17, 2023
7 usages
67.6k stars
Jul 31, 2023
97 usages
40k stars