is not current version
Last Version 0.3.1

org.apache.plc4x.examples:hello-cloud-google 0.3.0

Implementation of a PLC4X application gathering information from a PLC and making that available in an the Google Cloud IoT Core.

GroupId

GroupId

org.apache.plc4x.examples
ArtifactId

ArtifactId

hello-cloud-google
Version

Version

0.3.0
Type

Type

jar

Download hello-cloud-google 0.3.0


<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-google/ -->
<dependency>
    <groupId>org.apache.plc4x.examples</groupId>
    <artifactId>hello-cloud-google</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-google/
implementation 'org.apache.plc4x.examples:hello-cloud-google:0.3.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-google/
implementation ("org.apache.plc4x.examples:hello-cloud-google:0.3.0")
'org.apache.plc4x.examples:hello-cloud-google:jar:0.3.0'
<dependency org="org.apache.plc4x.examples" name="hello-cloud-google" rev="0.3.0">
  <artifact name="hello-cloud-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-cloud-google', version='0.3.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-cloud-google" % "0.3.0"
[org.apache.plc4x.examples/hello-cloud-google "0.3.0"]