GroupId | GroupIdorg.openmuc.framework |
---|---|
ArtifactId | ArtifactIdopenmuc-driver-iec60870 |
Version | Version0.17.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-iec60870/ -->
<dependency>
<groupId>org.openmuc.framework</groupId>
<artifactId>openmuc-driver-iec60870</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-iec60870/
implementation 'org.openmuc.framework:openmuc-driver-iec60870:0.17.1'
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-driver-iec60870/
implementation ("org.openmuc.framework:openmuc-driver-iec60870:0.17.1")
'org.openmuc.framework:openmuc-driver-iec60870:jar:0.17.1'
<dependency org="org.openmuc.framework" name="openmuc-driver-iec60870" rev="0.17.1">
<artifact name="openmuc-driver-iec60870" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc.framework', module='openmuc-driver-iec60870', version='0.17.1')
)
libraryDependencies += "org.openmuc.framework" % "openmuc-driver-iec60870" % "0.17.1"
[org.openmuc.framework/openmuc-driver-iec60870 "0.17.1"]