MVN

io.github.boswelja.watchconnection : wearos

Maven & Gradle

Aug 23, 2021
3 stars

wearos · Wear OS support for Watch Connection Library

<dependency>
    <groupId>io.github.boswelja.watchconnection</groupId>
    <artifactId>wearos</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.boswelja.watchconnection : wearos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of io.github.boswelja.watchconnection : wearos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
wearos-5.0.1
wearos-5.0.0
4.0.x
wearos-4.0.2
wearos-4.0.1
wearos-4.0.0
3.0.x
wearos-3.0.0
2.0.x
wearos-2.0.2
wearos-2.0.1
wearos-2.0.0
1.0.x
wearos-1.0.2
wearos-1.0.1
wearos-1.0.0
0.3.x
wearos-0.3.6
wearos-0.3.5
wearos-0.3.4
wearos-0.3.3
wearos-0.3.2
wearos-0.3.1
wearos-0.3.0
0.2.x
wearos-0.2.2
wearos-0.2.1
wearos-0.2.0
0.0.x
wearos-0.0.1
unspecified
wearos-unspecified

How to add a dependency to Maven

Add the following io.github.boswelja.watchconnection : wearos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.boswelja.watchconnection</groupId>
    <artifactId>wearos</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.boswelja.watchconnection : wearos gradle dependency to your build.gradle file:

implementation 'io.github.boswelja.watchconnection:wearos:5.0.1'

Gradle Kotlin DSL: Add the following io.github.boswelja.watchconnection : wearos gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.boswelja.watchconnection:wearos:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.boswelja.watchconnection : wearos sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.boswelja.watchconnection" % "wearos" % "5.0.1"