License |
License |
---|---|
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-bom |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondiozero - Bill of Materials
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 URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
diozero-bom-1.3.3.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-bom/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-bom</artifactId>
<version>1.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-bom/
implementation 'com.diozero:diozero-bom:1.3.3'
// https://jarcasting.com/artifacts/com.diozero/diozero-bom/
implementation ("com.diozero:diozero-bom:1.3.3")
'com.diozero:diozero-bom:pom:1.3.3'
<dependency org="com.diozero" name="diozero-bom" rev="1.3.3">
<artifact name="diozero-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-bom', version='1.3.3')
)
libraryDependencies += "com.diozero" % "diozero-bom" % "1.3.3"
[com.diozero/diozero-bom "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
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 |