не последняя версия
Последняя версия 2.0.0

org.somda.sdc:glue 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 11073-20702 SDC glue binding.

Группа

Группа

org.somda.sdc
Идентификатор

Идентификатор

glue
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать glue 1.0.1

Имя Файла Размер
glue-1.0.1.pom
glue-1.0.1.jar 178 KB
glue-1.0.1-sources.jar 118 KB
glue-1.0.1-javadoc.jar 962 KB
Обзор

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