License |
License |
---|---|
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdhello-plc4x |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionExamples: Hello PLC4X
Hello world application for PLC4X.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hello-plc4x-0.1.0.pom | |
hello-plc4x-0.1.0.jar | 12 KB |
hello-plc4x-0.1.0-sources.jar | 11 KB |
hello-plc4x-0.1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-plc4x/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hello-plc4x</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-plc4x/
implementation 'org.apache.plc4x.examples:hello-plc4x:0.1.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-plc4x/
implementation ("org.apache.plc4x.examples:hello-plc4x:0.1.0")
'org.apache.plc4x.examples:hello-plc4x:jar:0.1.0'
<dependency org="org.apache.plc4x.examples" name="hello-plc4x" rev="0.1.0">
<artifact name="hello-plc4x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-plc4x', version='0.1.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-plc4x" % "0.1.0"
[org.apache.plc4x.examples/hello-plc4x "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 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-protocol-s7 | jar | 0.1.0 |