License |
License |
---|---|
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-remote-common |
Version | Version1.2.2 |
Type | Typejar |
Description |
DescriptionDevice I/O Zero - Remote Common
Java Device I/O library with an API based on the Python GPIO Zero supporting portable across Single Board Computers (including Raspberry Pi, BeagleBone Black, Odroid C2, CHIP, Asus Tinker Board)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
diozero-remote-common-1.2.2.pom | |
diozero-remote-common-1.2.2.jar | 776 KB |
diozero-remote-common-1.2.2-sources.jar | 195 KB |
diozero-remote-common-1.2.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-remote-common</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation 'com.diozero:diozero-remote-common:1.2.2'
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation ("com.diozero:diozero-remote-common:1.2.2")
'com.diozero:diozero-remote-common:jar:1.2.2'
<dependency org="com.diozero" name="diozero-remote-common" rev="1.2.2">
<artifact name="diozero-remote-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-remote-common', version='1.2.2')
)
libraryDependencies += "com.diozero" % "diozero-remote-common" % "1.2.2"
[com.diozero/diozero-remote-common "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.diozero : diozero-core | jar | 1.2.2 |
com.google.protobuf : protobuf-java | jar | 3.16.0 |
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 |