is not current version
Last Version 2.0.0

org.somda.sdc:biceps-model 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 the model for IEEE 11073-10207.

GroupId

GroupId

org.somda.sdc
ArtifactId

ArtifactId

biceps-model
Version

Version

1.0.1
Type

Type

jar

Download biceps-model 1.0.1


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