GroupId | GroupIdorg.apache.plc4x.examples |
---|---|
ArtifactId | ArtifactIdhellp-integration-edgent |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hellp-integration-edgent/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hellp-integration-edgent</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hellp-integration-edgent/
implementation 'org.apache.plc4x.examples:hellp-integration-edgent:0.2.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hellp-integration-edgent/
implementation ("org.apache.plc4x.examples:hellp-integration-edgent:0.2.0")
'org.apache.plc4x.examples:hellp-integration-edgent:jar:0.2.0'
<dependency org="org.apache.plc4x.examples" name="hellp-integration-edgent" rev="0.2.0">
<artifact name="hellp-integration-edgent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hellp-integration-edgent', version='0.2.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hellp-integration-edgent" % "0.2.0"
[org.apache.plc4x.examples/hellp-integration-edgent "0.2.0"]