License |
License |
---|---|
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdhello-cloud-azure |
Version | Version0.3.1 |
Type | Typejar |
Description |
DescriptionExamples: Cloud: Azure IoT Hub
Implementation of a PLC4X application gathering information from
a PLC and making that available in an Azure IoT Hub.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hello-cloud-azure-0.3.1.pom | |
hello-cloud-azure-0.3.1.jar | 14 KB |
hello-cloud-azure-0.3.1-sources.jar | 12 KB |
hello-cloud-azure-0.3.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-azure/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hello-cloud-azure</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-azure/
implementation 'org.apache.plc4x.examples:hello-cloud-azure:0.3.1'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-azure/
implementation ("org.apache.plc4x.examples:hello-cloud-azure:0.3.1")
'org.apache.plc4x.examples:hello-cloud-azure:jar:0.3.1'
<dependency org="org.apache.plc4x.examples" name="hello-cloud-azure" rev="0.3.1">
<artifact name="hello-cloud-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-cloud-azure', version='0.3.1')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-cloud-azure" % "0.3.1"
[org.apache.plc4x.examples/hello-cloud-azure "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-api | jar | 0.3.1 |
com.microsoft.azure.sdk.iot : iot-device-client | jar | 1.14.1 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-driver-s7 | jar | 0.3.1 |