GroupId | GroupIdio.github.tozmart |
---|---|
ArtifactId | ArtifactIdsensor |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
sensor-0.0.3.pom | |
sensor-0.0.3.aar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tozmart/sensor/ -->
<dependency>
<groupId>io.github.tozmart</groupId>
<artifactId>sensor</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tozmart/sensor/
implementation 'io.github.tozmart:sensor:0.0.3'
// https://jarcasting.com/artifacts/io.github.tozmart/sensor/
implementation ("io.github.tozmart:sensor:0.0.3")
'io.github.tozmart:sensor:aar:0.0.3'
<dependency org="io.github.tozmart" name="sensor" rev="0.0.3">
<artifact name="sensor" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tozmart', module='sensor', version='0.0.3')
)
libraryDependencies += "io.github.tozmart" % "sensor" % "0.0.3"
[io.github.tozmart/sensor "0.0.3"]