GroupId | GroupIdorg.apache.plc4x.examples |
---|---|
ArtifactId | ArtifactIdhello-connectivity-kafka |
Version | Version0.3.0 |
Type | Typejar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/
implementation 'org.apache.plc4x.examples:hello-connectivity-kafka:0.3.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-connectivity-kafka/
implementation ("org.apache.plc4x.examples:hello-connectivity-kafka:0.3.0")
'org.apache.plc4x.examples:hello-connectivity-kafka:jar:0.3.0'
<dependency org="org.apache.plc4x.examples" name="hello-connectivity-kafka" rev="0.3.0">
<artifact name="hello-connectivity-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-connectivity-kafka', version='0.3.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-connectivity-kafka" % "0.3.0"
[org.apache.plc4x.examples/hello-connectivity-kafka "0.3.0"]