MVN

org.somda.sdc : sdc-ri-model

Maven & Gradle

Sep 05, 2023

SDC Reference Implementation Model · SDCri Model provides the data model used by the SDC Reference Implementation conforming with the IEEE 11073 SDC specifications.

<dependency>
    <groupId>org.somda.sdc</groupId>
    <artifactId>sdc-ri-model</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.somda.sdc : sdc-ri-model to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of org.somda.sdc : sdc-ri-model to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
sdc-ri-model-5.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.somda.sdc</groupId>
    <artifactId>sdc-ri-model</artifactId>
    <version>5.0.0</version>
</dependency>

Advertisement