MVN

com.github.hadilq : live-event

Maven & Gradle

Jun 27, 2021
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</groupId>
    <artifactId>live-event</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.0

All Versions

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

Version Vulnerabilities Updated
1.3.x
live-event-1.3.0
1.2.x
live-event-1.2.3
live-event-1.2.2
live-event-1.2.1
1.0.x
live-event-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hadilq</groupId>
    <artifactId>live-event</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.hadilq:live-event:1.3.0'

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

implementation("com.github.hadilq:live-event:1.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.hadilq" % "live-event" % "1.3.0"

Advertisement

Dependencies from Group

Apr 09, 2020
2 usages
0 stars
Aug 25, 2020
2 usages
0 stars
May 18, 2022
2 usages
10 stars

Discover Dependencies

Apr 14, 2021
0 stars
Jan 07, 2023
2 usages
60 stars
Jan 07, 2023
2 usages
18 stars
Jan 07, 2023
1 usages
13 stars
Jan 07, 2023
1 usages
16 stars
Jan 07, 2023
1 usages
15 stars
Jan 07, 2023
16 usages
68 stars
Aug 22, 2023
1 usages
1 stars