is not current version
Last Version 0.3.1

org.apache.plc4x.examples:hello-cloud-azure 0.2.0

Implementation of a PLC4X application gathering information from a PLC and making that available in an Azure IoT Hub.

GroupId

GroupId

org.apache.plc4x.examples
ArtifactId

ArtifactId

hello-cloud-azure
Version

Version

0.2.0
Type

Type

jar

Download hello-cloud-azure 0.2.0


<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-azure/
implementation 'org.apache.plc4x.examples:hello-cloud-azure:0.2.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-azure/
implementation ("org.apache.plc4x.examples:hello-cloud-azure:0.2.0")
'org.apache.plc4x.examples:hello-cloud-azure:jar:0.2.0'
<dependency org="org.apache.plc4x.examples" name="hello-cloud-azure" rev="0.2.0">
  <artifact name="hello-cloud-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-cloud-azure', version='0.2.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-cloud-azure" % "0.2.0"
[org.apache.plc4x.examples/hello-cloud-azure "0.2.0"]