MVN

io.github.hoangchungk53qx1 : flow-bus

Maven & Gradle

Aug 27, 2023
23 stars

flow-bus · EventBus for Android, message bus, based on SharedFlow, has lifecycle awareness, supports Sticky, supports thread switching, and supports delayed sending.

<dependency>
    <groupId>io.github.hoangchungk53qx1</groupId>
    <artifactId>flow-bus</artifactId>
    <version>1.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hoangchungk53qx1 : flow-bus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.2

All Versions

Choose a version of io.github.hoangchungk53qx1 : flow-bus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
flow-bus-1.13.2
1.12.x
flow-bus-1.12.1

How to add a dependency to Maven

Add the following io.github.hoangchungk53qx1 : flow-bus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.hoangchungk53qx1</groupId>
    <artifactId>flow-bus</artifactId>
    <version>1.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hoangchungk53qx1 : flow-bus gradle dependency to your build.gradle file:

implementation 'io.github.hoangchungk53qx1:flow-bus:1.13.2'

Gradle Kotlin DSL: Add the following io.github.hoangchungk53qx1 : flow-bus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hoangchungk53qx1:flow-bus:1.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hoangchungk53qx1 : flow-bus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hoangchungk53qx1" % "flow-bus" % "1.13.2"