GroupId | GroupIdcom.diozero |
---|---|
ArtifactId | ArtifactIddiozero-imu-devices |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
diozero-imu-devices-0.8.pom | |
diozero-imu-devices-0.8.jar | 65 KB |
diozero-imu-devices-0.8-sources.jar | 68 KB |
diozero-imu-devices-0.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation 'com.diozero:diozero-imu-devices:0.8'
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation ("com.diozero:diozero-imu-devices:0.8")
'com.diozero:diozero-imu-devices:jar:0.8'
<dependency org="com.diozero" name="diozero-imu-devices" rev="0.8">
<artifact name="diozero-imu-devices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-imu-devices', version='0.8')
)
libraryDependencies += "com.diozero" % "diozero-imu-devices" % "0.8"
[com.diozero/diozero-imu-devices "0.8"]