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