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