d

diozero-bom

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)
https://www.diozero.com/
MIT License
diozero
Matthew Lewis
Files download
File Operation
diozero-bom-1.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.diozero</groupId>
  <artifactId>diozero-bom</artifactId>
  <version>1.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.diozero:diozero-bom:1.3.1'
Gradle Kotlin
implementation("com.diozero:diozero-bom:1.3.1")
Scala SBT
libraryDependencies += "com.diozero" % "diozero-bom" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.diozero', module='diozero-bom', version='1.3.1')
)
Apache Ivy
<dependency org="com.diozero" name="diozero-bom" rev="1.3.1" />
Leiningen
[com.diozero/diozero-bom "1.3.1"]
Apache Buildr
'com.diozero:diozero-bom:jar:1.3.1'