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