MVN

pl.tajchert : buswear

Maven & Gradle

Feb 02, 2015
257 stars

BusWear · EventBus fork for use with Android Wear device

<dependency>
    <groupId>pl.tajchert</groupId>
    <artifactId>buswear</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.tajchert : buswear to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of pl.tajchert : buswear to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
buswear-0.9.6
buswear-0.9.5
buswear-0.9.4
buswear-0.9.3
buswear-0.9.2
buswear-0.9.1
buswear-0.9.0

How to add a dependency to Maven

Add the following pl.tajchert : buswear maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.tajchert</groupId>
    <artifactId>buswear</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.tajchert : buswear gradle dependency to your build.gradle file:

implementation 'pl.tajchert:buswear:0.9.6'

Gradle Kotlin DSL: Add the following pl.tajchert : buswear gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.tajchert:buswear:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.tajchert : buswear sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.tajchert" % "buswear" % "0.9.6"

Advertisement