License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-provider-remote |
Version | Version1.2.3 |
Type | Typejar |
Description |
Descriptiondiozero - Remote Provider
Java Device I/O library that is portable across Single Board Computers (including Raspberry Pi, BeagleBone Black, Odroid C2, CHIP, ASUS TinkerBoard)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-provider-remote/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-provider-remote</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-provider-remote/
implementation 'com.diozero:diozero-provider-remote:1.2.3'
// https://jarcasting.com/artifacts/com.diozero/diozero-provider-remote/
implementation ("com.diozero:diozero-provider-remote:1.2.3")
'com.diozero:diozero-provider-remote:jar:1.2.3'
<dependency org="com.diozero" name="diozero-provider-remote" rev="1.2.3">
<artifact name="diozero-provider-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-provider-remote', version='1.2.3')
)
libraryDependencies += "com.diozero" % "diozero-provider-remote" % "1.2.3"
[com.diozero/diozero-provider-remote "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.diozero : diozero-core | jar | 1.2.3 |
com.diozero : diozero-remote-common | jar | 1.2.3 |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.5 |
com.google.protobuf : protobuf-java | jar | 3.16.0 |
org.apache.httpcomponents : httpcore | jar | 4.4.14 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
io.netty : netty-all | jar | 4.1.65.Final |
com.google.code.gson : gson | jar | 2.8.6 |
org.eclipse.jetty.websocket : websocket-client | jar | 9.4.39.v20210325 |
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 |