| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.somda.sdc |
| Идентификатор | Идентификаторglue |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеSDC Glue
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| glue-2.0.0.pom | |
| glue-2.0.0.jar | 184 KB |
| glue-2.0.0-sources.jar | 124 KB |
| glue-2.0.0-javadoc.jar | 968 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.somda.sdc/glue/ -->
<dependency>
<groupId>org.somda.sdc</groupId>
<artifactId>glue</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.somda.sdc/glue/
implementation 'org.somda.sdc:glue:2.0.0'
// https://jarcasting.com/artifacts/org.somda.sdc/glue/
implementation ("org.somda.sdc:glue:2.0.0")
'org.somda.sdc:glue:jar:2.0.0'
<dependency org="org.somda.sdc" name="glue" rev="2.0.0">
<artifact name="glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.somda.sdc', module='glue', version='2.0.0')
)
libraryDependencies += "org.somda.sdc" % "glue" % "2.0.0"
[org.somda.sdc/glue "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.somda.sdc : dpws | jar | 2.0.0 |
| org.somda.sdc : mdpws | jar | 2.0.0 |
| org.somda.sdc : biceps | jar | 2.0.0 |
| net.sourceforge.jregex : jregex | jar | 1.2_01 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| com.google.guava : guava | jar | 31.0.1-jre |
| com.google.inject : guice | jar | 5.0.1 |
| com.google.inject.extensions : guice-assistedinject | jar | 5.0.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.somda.sdc : dpws | test-jar | 2.0.0 |
| org.somda.sdc : biceps | test-jar | 2.0.0 |
| org.somda.sdc » test | jar | 2.0.0 |
| org.apache.logging.log4j : log4j-core | test-jar | 2.17.2 |
| org.apache.logging.log4j : log4j-jul | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-slf4j18-impl | jar | 2.17.2 |
| org.junit.platform : junit-platform-engine | jar | 1.8.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.1.0 |
| org.hamcrest : hamcrest | jar | 2.2 |