| GroupId | GroupIdcom.diozero |
|---|---|
| ArtifactId | ArtifactIddiozero-imu-devices |
| Version | Version0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| diozero-imu-devices-0.10.pom | |
| diozero-imu-devices-0.10.jar | 65 KB |
| diozero-imu-devices-0.10-sources.jar | 67 KB |
| diozero-imu-devices-0.10-javadoc.jar | 210 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-imu-devices</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation 'com.diozero:diozero-imu-devices:0.10'
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation ("com.diozero:diozero-imu-devices:0.10")
'com.diozero:diozero-imu-devices:jar:0.10'
<dependency org="com.diozero" name="diozero-imu-devices" rev="0.10">
<artifact name="diozero-imu-devices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-imu-devices', version='0.10')
)
libraryDependencies += "com.diozero" % "diozero-imu-devices" % "0.10"
[com.diozero/diozero-imu-devices "0.10"]