License |
License |
---|---|
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdhello-connectivity-kafka |
Version | Version0.3.1 |
Type | Typejar |
Description |
DescriptionExamples: Connectivity: Kafka
Sample application that reads data from a connected PLC and publishes this information to a Kafka topic.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hello-connectivity-kafka</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/
implementation 'org.apache.plc4x.examples:hello-connectivity-kafka:0.3.1'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/
implementation ("org.apache.plc4x.examples:hello-connectivity-kafka:0.3.1")
'org.apache.plc4x.examples:hello-connectivity-kafka:jar:0.3.1'
<dependency org="org.apache.plc4x.examples" name="hello-connectivity-kafka" rev="0.3.1">
<artifact name="hello-connectivity-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-connectivity-kafka', version='0.3.1')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-connectivity-kafka" % "0.3.1"
[org.apache.plc4x.examples/hello-connectivity-kafka "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-api | jar | 0.3.1 |
org.apache.plc4x : apache-edgent | jar | 0.3.1 |
org.apache.edgent : edgent-api-function | jar | 1.2.0 |
org.apache.edgent : edgent-api-topology | jar | 1.2.0 |
org.apache.edgent : edgent-providers-direct | jar | 1.2.0 |
org.apache.edgent : edgent-connectors-kafka | jar | 1.2.0 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.7 |
com.google.code.gson : gson | jar | 2.8.0 |
org.apache.commons : commons-lang3 | jar | 3.7 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-driver-s7 | jar | 0.3.1 |
org.apache.plc4x : plc4j-driver-simulated | jar | 0.3.1 |