| GroupId | GroupIdio.github.boswelja.watchconnection |
|---|---|
| ArtifactId | ArtifactIdwear-android |
| Version | Version6.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| wear-android-6.1.0.pom | |
| wear-android-6.1.0-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.boswelja.watchconnection/wear-android/ -->
<dependency>
<groupId>io.github.boswelja.watchconnection</groupId>
<artifactId>wear-android</artifactId>
<version>6.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.boswelja.watchconnection/wear-android/
implementation 'io.github.boswelja.watchconnection:wear-android:6.1.0'
// https://jarcasting.com/artifacts/io.github.boswelja.watchconnection/wear-android/
implementation ("io.github.boswelja.watchconnection:wear-android:6.1.0")
'io.github.boswelja.watchconnection:wear-android:aar:6.1.0'
<dependency org="io.github.boswelja.watchconnection" name="wear-android" rev="6.1.0">
<artifact name="wear-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boswelja.watchconnection', module='wear-android', version='6.1.0')
)
libraryDependencies += "io.github.boswelja.watchconnection" % "wear-android" % "6.1.0"
[io.github.boswelja.watchconnection/wear-android "6.1.0"]