License |
License |
---|---|
GroupId | GroupIdcom.diozero |
ArtifactId | ArtifactIddiozero-remote-server |
Version | Version1.2.2 |
Type | Typejar |
Description |
DescriptionDevice I/O Zero - Remote Server
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-server-1.2.2.pom | |
diozero-remote-server-1.2.2.jar | 42 KB |
diozero-remote-server-1.2.2-sources.jar | 25 KB |
diozero-remote-server-1.2.2-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-remote-server/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-remote-server</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-server/
implementation 'com.diozero:diozero-remote-server:1.2.2'
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-server/
implementation ("com.diozero:diozero-remote-server:1.2.2")
'com.diozero:diozero-remote-server:jar:1.2.2'
<dependency org="com.diozero" name="diozero-remote-server" rev="1.2.2">
<artifact name="diozero-remote-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-remote-server', version='1.2.2')
)
libraryDependencies += "com.diozero" % "diozero-remote-server" % "1.2.2"
[com.diozero/diozero-remote-server "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.diozero : diozero-core | jar | 1.2.2 |
com.diozero : diozero-remote-common | jar | 1.2.2 |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.5 |
com.sparkjava : spark-core | jar | 2.9.3 |
com.google.code.gson : gson | jar | 2.8.6 |
io.grpc : grpc-protobuf | jar | |
io.grpc : grpc-stub | jar | |
io.grpc : grpc-services | jar | |
org.tinylog : tinylog-api | jar | 2.3.1 |
org.tinylog : tinylog-impl | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : annotations-api | jar | 6.0.53 |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-netty-shaded | jar |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-testing | jar | |
org.junit.jupiter : junit-jupiter | jar |