License |
License |
---|---|
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-imu-devices |
Version | Version1.3.0 |
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.0.pom | |
diozero-imu-devices-1.3.0.jar | 72 KB |
diozero-imu-devices-1.3.0-sources.jar | 78 KB |
diozero-imu-devices-1.3.0-javadoc.jar | 656 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-imu-devices</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation 'com.diozero:diozero-imu-devices:1.3.0'
// https://jarcasting.com/artifacts/com.diozero/diozero-imu-devices/
implementation ("com.diozero:diozero-imu-devices:1.3.0")
'com.diozero:diozero-imu-devices:jar:1.3.0'
<dependency org="com.diozero" name="diozero-imu-devices" rev="1.3.0">
<artifact name="diozero-imu-devices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-imu-devices', version='1.3.0')
)
libraryDependencies += "com.diozero" % "diozero-imu-devices" % "1.3.0"
[com.diozero/diozero-imu-devices "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.diozero : diozero-core | jar | 1.3.0 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.tinylog : tinylog-api | jar | 2.3.2 |
org.tinylog : tinylog-impl | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |