License |
License |
---|---|
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdazure |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionExamples: 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 |
---|---|
azure-0.1.0.pom | |
azure-0.1.0.jar | 12 KB |
azure-0.1.0-sources.jar | 10 KB |
azure-0.1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/azure/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>azure</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/azure/
implementation 'org.apache.plc4x.examples:azure:0.1.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/azure/
implementation ("org.apache.plc4x.examples:azure:0.1.0")
'org.apache.plc4x.examples:azure:jar:0.1.0'
<dependency org="org.apache.plc4x.examples" name="azure" rev="0.1.0">
<artifact name="azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='azure', version='0.1.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "azure" % "0.1.0"
[org.apache.plc4x.examples/azure "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-api | jar | 0.1.0 |
org.apache.plc4x : plc4j-core | jar | 0.1.0 |
com.microsoft.azure.sdk.iot : iot-device-client | jar | 1.3.30 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-protocol-s7 | jar | 0.1.0 |