License |
License |
---|---|
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdhello-opm |
Version | Version0.3.1 |
Type | Typejar |
Description |
DescriptionExamples: Hello OPM
Hello World example of PLC4X using the OPM feature.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hello-opm-0.3.1.pom | |
hello-opm-0.3.1.jar | 12 KB |
hello-opm-0.3.1-sources.jar | 11 KB |
hello-opm-0.3.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-opm/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hello-opm</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-opm/
implementation 'org.apache.plc4x.examples:hello-opm:0.3.1'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-opm/
implementation ("org.apache.plc4x.examples:hello-opm:0.3.1")
'org.apache.plc4x.examples:hello-opm:jar:0.3.1'
<dependency org="org.apache.plc4x.examples" name="hello-opm" rev="0.3.1">
<artifact name="hello-opm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-opm', version='0.3.1')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-opm" % "0.3.1"
[org.apache.plc4x.examples/hello-opm "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-opm | jar | 0.3.1 |
org.apache.plc4x : plc4j-connection-pool | jar | 0.3.1 |
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-driver-s7 | jar | 0.3.1 |
org.apache.plc4x : plc4j-driver-simulated | jar | 0.3.1 |