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