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