License |
License |
---|---|
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-imu-devices |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondiozero - IMU device classes
Java Device I/O library that is portable across Single Board Computers (including Raspberry Pi, BeagleBone Black, Odroid C2, CHIP, ASUS TinkerBoard, Allwinner H3 / H5 / H6)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
diozero-imu-devices-1.3.3.pom | |
diozero-imu-devices-1.3.3.jar | 70 KB |
diozero-imu-devices-1.3.3-sources.jar | 68 KB |
diozero-imu-devices-1.3.3-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>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation 'com.diozero:diozero-imu-devices:1.3.3'
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation ("com.diozero:diozero-imu-devices:1.3.3")
'com.diozero:diozero-imu-devices:jar:1.3.3'
<dependency org="com.diozero" name="diozero-imu-devices" rev="1.3.3">
<artifact name="diozero-imu-devices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-imu-devices', version='1.3.3')
)
libraryDependencies += "com.diozero" % "diozero-imu-devices" % "1.3.3"
[com.diozero/diozero-imu-devices "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
com.diozero : diozero-core | jar | 1.3.3 |
org.hipparchus : hipparchus-geometry | jar | 2.1 |
org.tinylog : tinylog-api | jar | 2.4.1 |
org.tinylog : tinylog-impl | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |