is not current version
Last Version 2.0.0

org.somda.sdc:common 1.0.1

SDCri is a set of Java libraries that implements a network communication framework conforming with the IEEE 11073 SDC specifications. This project implements common functionality used for SDCri.

GroupId

GroupId

org.somda.sdc
ArtifactId

ArtifactId

common
Version

Version

1.0.1
Type

Type

jar

Download common 1.0.1


<!-- https://jarcasting.com/artifacts/org.somda.sdc/common/ -->
<dependency>
    <groupId>org.somda.sdc</groupId>
    <artifactId>common</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.somda.sdc/common/
implementation 'org.somda.sdc:common:1.0.1'
// https://jarcasting.com/artifacts/org.somda.sdc/common/
implementation ("org.somda.sdc:common:1.0.1")
'org.somda.sdc:common:jar:1.0.1'
<dependency org="org.somda.sdc" name="common" rev="1.0.1">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.somda.sdc', module='common', version='1.0.1')
)
libraryDependencies += "org.somda.sdc" % "common" % "1.0.1"
[org.somda.sdc/common "1.0.1"]