Leshan
The project is now hosted by the Eclipse Foundation!
Follow the link LESHAN PROJECT
| Лицензия |
Лицензия
BSD 3 Clause
|
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.github.leshan |
| Идентификатор | Идентификаторleshan-client |
| Последняя версия | Последняя версия0.1.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеleshan - client
A LWM2M client built upon the Leshan core.
|
| Имя Файла | Размер |
|---|---|
| leshan-client-0.1.9.pom | |
| leshan-client-0.1.9.jar | 94 KB |
| leshan-client-0.1.9-sources.jar | 108 KB |
| leshan-client-0.1.9-javadoc.jar | 465 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.github.leshan/leshan-client/ -->
<dependency>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-client</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.github.leshan/leshan-client/
implementation 'org.github.leshan:leshan-client:0.1.9'
// https://jarcasting.com/artifacts/org.github.leshan/leshan-client/
implementation ("org.github.leshan:leshan-client:0.1.9")
'org.github.leshan:leshan-client:jar:0.1.9'
<dependency org="org.github.leshan" name="leshan-client" rev="0.1.9">
<artifact name="leshan-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.github.leshan', module='leshan-client', version='0.1.9')
)
libraryDependencies += "org.github.leshan" % "leshan-client" % "0.1.9"
[org.github.leshan/leshan-client "0.1.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.github.leshan : leshan-core | jar | 0.1.9 |
| org.eclipse.californium : californium-core | jar | 1.0.0-M3 |
| org.eclipse.californium : scandium | jar | 1.0.0-M3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | [2.0.0, 3) |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | [2.0.0, 3) |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | [1.9.5, 1.9.9) |
| com.jayway.awaitility : awaitility | jar | 1.6.1 |
| org.powermock : powermock-api-mockito | jar | 1.5.5 |
| org.powermock : powermock-module-junit4 | jar | 1.5.5 |
The project is now hosted by the Eclipse Foundation!
Follow the link LESHAN PROJECT