MVN

com.github.karczews : rx2-broadcast-receiver

Maven & Gradle

Oct 23, 2019
29 stars

RxBroadcastReceiver · Android Reactive BroadcastReceiver (RxJava 2.x)

<dependency>
    <groupId>com.github.karczews</groupId>
    <artifactId>rx2-broadcast-receiver</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.karczews : rx2-broadcast-receiver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.github.karczews : rx2-broadcast-receiver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rx2-broadcast-receiver-1.0.6
rx2-broadcast-receiver-1.0.5
rx2-broadcast-receiver-1.0.4
rx2-broadcast-receiver-1.0.3
rx2-broadcast-receiver-1.0.2
rx2-broadcast-receiver-1.0.0

How to add a dependency to Maven

Add the following com.github.karczews : rx2-broadcast-receiver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.karczews</groupId>
    <artifactId>rx2-broadcast-receiver</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.karczews : rx2-broadcast-receiver gradle dependency to your build.gradle file:

implementation 'com.github.karczews:rx2-broadcast-receiver:1.0.6'

Gradle Kotlin DSL: Add the following com.github.karczews : rx2-broadcast-receiver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.karczews:rx2-broadcast-receiver:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.karczews : rx2-broadcast-receiver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.karczews" % "rx2-broadcast-receiver" % "1.0.6"