License |
License |
---|---|
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-remote-common |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondiozero - Remote Common
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-remote-common-1.3.3.pom | |
diozero-remote-common-1.3.3.jar | 744 KB |
diozero-remote-common-1.3.3-sources.jar | 186 KB |
diozero-remote-common-1.3.3-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.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation 'com.diozero:diozero-remote-common:1.3.3'
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation ("com.diozero:diozero-remote-common:1.3.3")
'com.diozero:diozero-remote-common:jar:1.3.3'
<dependency org="com.diozero" name="diozero-remote-common" rev="1.3.3">
<artifact name="diozero-remote-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-remote-common', version='1.3.3')
)
libraryDependencies += "com.diozero" % "diozero-remote-common" % "1.3.3"
[com.diozero/diozero-remote-common "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
com.diozero : diozero-core | jar | 1.3.3 |
io.grpc : grpc-netty-shaded | jar | 1.46.0 |
io.grpc : grpc-protobuf | jar | 1.46.0 |
io.grpc : grpc-stub | jar | 1.46.0 |
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 |