MVN

org.somda.sdc : biceps

Maven & Gradle

Mar 10, 2023
2 usages

BICEPS · SDCri is a set of Java libraries that implements a network communication framework conforming with the IEEE 11073 SDC specifications. This project implements the functionality described in IEEE 11073-10207.

<dependency>
    <groupId>org.somda.sdc</groupId>
    <artifactId>biceps</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.somda.sdc : biceps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of org.somda.sdc : biceps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
biceps-4.0.0
3.0.x
biceps-3.0.0
2.0.x
biceps-2.0.0
1.1.x
biceps-1.1.0
1.0.x
biceps-1.0.1
biceps-1.0.0

How to add a dependency to Maven

Add the following org.somda.sdc : biceps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.somda.sdc</groupId>
    <artifactId>biceps</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.somda.sdc : biceps gradle dependency to your build.gradle file:

implementation 'org.somda.sdc:biceps:4.0.0'

Gradle Kotlin DSL: Add the following org.somda.sdc : biceps gradle kotlin dependency to your build.gradle.kts file:

implementation("org.somda.sdc:biceps:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.somda.sdc : biceps sbt scala dependency to your build.sbt file:

libraryDependencies += "org.somda.sdc" % "biceps" % "4.0.0"

Advertisement

Dependencies from Group

Mar 10, 2023
5 usages
Mar 10, 2023
3 usages
Mar 10, 2023
2 usages
Mar 10, 2023
2 usages
Mar 10, 2023
1 usages

Discover Dependencies