MVN

it.sephiroth : rxbroadcast

Maven & Gradle

Sep 03, 2015
1 usages
12 stars

RxBroadcast · RxBroadcast

<dependency>
    <groupId>it.sephiroth</groupId>
    <artifactId>rxbroadcast</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth : rxbroadcast to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of it.sephiroth : rxbroadcast to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
rxbroadcast-0.0.2

How to add a dependency to Maven

Add the following it.sephiroth : rxbroadcast maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth</groupId>
    <artifactId>rxbroadcast</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth : rxbroadcast gradle dependency to your build.gradle file:

implementation 'it.sephiroth:rxbroadcast:0.0.2'

Gradle Kotlin DSL: Add the following it.sephiroth : rxbroadcast gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth:rxbroadcast:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth : rxbroadcast sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth" % "rxbroadcast" % "0.0.2"

Advertisement