| License |
License |
|---|---|
| GroupId | GroupIdcom.diozero |
| ArtifactId | ArtifactIddiozero-bom |
| Version | Version1.2.3 |
| 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)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| diozero-bom-1.2.3.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-bom/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-bom</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-bom/
implementation 'com.diozero:diozero-bom:1.2.3'
// https://jarcasting.com/artifacts/com.diozero/diozero-bom/
implementation ("com.diozero:diozero-bom:1.2.3")
'com.diozero:diozero-bom:pom:1.2.3'
<dependency org="com.diozero" name="diozero-bom" rev="1.2.3">
<artifact name="diozero-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-bom', version='1.2.3')
)
libraryDependencies += "com.diozero" % "diozero-bom" % "1.2.3"
[com.diozero/diozero-bom "1.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tinylog : tinylog-api | jar | 2.3.1 |
| org.tinylog : tinylog-impl | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |