MVN

de.halfbit : tinybus-extensions

Maven & Gradle

Sep 06, 2015
600 stars

TinyBus Extensions · A lightweight and simple event bus tailored for Android

<dependency>
    <groupId>de.halfbit</groupId>
    <artifactId>tinybus-extensions</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.halfbit : tinybus-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of de.halfbit : tinybus-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
tinybus-extensions-3.0.2
tinybus-extensions-3.0.1
tinybus-extensions-3.0.0
2.1.x
tinybus-extensions-2.1.0
2.0.x
tinybus-extensions-2.0.2
tinybus-extensions-2.0.1
tinybus-extensions-2.0.0

How to add a dependency to Maven

Add the following de.halfbit : tinybus-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.halfbit</groupId>
    <artifactId>tinybus-extensions</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.halfbit : tinybus-extensions gradle dependency to your build.gradle file:

implementation 'de.halfbit:tinybus-extensions:3.0.2'

Gradle Kotlin DSL: Add the following de.halfbit : tinybus-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("de.halfbit:tinybus-extensions:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.halfbit : tinybus-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "de.halfbit" % "tinybus-extensions" % "3.0.2"

Advertisement