biceps-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.somda.sdc</groupId> <artifactId>biceps-model</artifactId> <version>6.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.somda.sdc</groupId> <artifactId>biceps-model</artifactId> <version>6.0.1</version> <name>biceps-model</name> <description>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.</description> <url>http://www.somda.org</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>David Gregorczyk</name> <email>david.gregorczyk@web.de</email> <organizationUrl>https://gitlab.com/d.gregorczyk</organizationUrl> </developer> <developer> <name>Lukas Deichmann</name> <email>lukasdeichmann@gmail.com</email> <organizationUrl>https://gitlab.com/ldeichmann</organizationUrl> </developer> <developer> <name>Malte Grebe-Lüth</name> <email>malte.grebe@gmx.de</email> <organizationUrl>https://gitlab.com/grebem</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://gitlab.com/sdc-suite/sdc-ri-model.git</connection> <developerConnection>scm:git:git://gitlab.com/sdc-suite/sdc-ri-model.git</developerConnection> <url>https://gitlab.com/sdc-suite/sdc-ri-model/-/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.somda.sdc</groupId> <artifactId>common-model</artifactId> <version>6.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.somda.sdc</groupId> <artifactId>biceps-model-plugins</artifactId> <version>6.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-core</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.threeten-jaxb</groupId> <artifactId>threeten-jaxb-core</artifactId> <version>2.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jvnet.jaxb</groupId> <artifactId>jaxb-plugins</artifactId> <version>4.0.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>3.47.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.1.0</version> <scope>compile</scope> </dependency> </dependencies> </project>