| GroupId | GroupIdio.github.boswelja.watchconnection |
|---|---|
| ArtifactId | ArtifactIdwearos |
| Version | Version0.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| wearos-0.2.0.pom | |
| wearos-0.2.0-sources.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.boswelja.watchconnection/wearos/ -->
<dependency>
<groupId>io.github.boswelja.watchconnection</groupId>
<artifactId>wearos</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.boswelja.watchconnection/wearos/
implementation 'io.github.boswelja.watchconnection:wearos:0.2.0'
// https://jarcasting.com/artifacts/io.github.boswelja.watchconnection/wearos/
implementation ("io.github.boswelja.watchconnection:wearos:0.2.0")
'io.github.boswelja.watchconnection:wearos:aar:0.2.0'
<dependency org="io.github.boswelja.watchconnection" name="wearos" rev="0.2.0">
<artifact name="wearos" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boswelja.watchconnection', module='wearos', version='0.2.0')
)
libraryDependencies += "io.github.boswelja.watchconnection" % "wearos" % "0.2.0"
[io.github.boswelja.watchconnection/wearos "0.2.0"]