Leshan
The project is now hosted by the Eclipse Foundation!
Follow the link LESHAN PROJECT
| Лицензия |
Лицензия
BSD 3 Clause
|
|---|---|
| Группа | Группаorg.github.leshan |
| Идентификатор | Идентификаторleshan |
| Последняя версия | Последняя версия0.1.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеleshan
A Lightweight M2M Server implementation based on Californium
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| leshan-0.1.9.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.github.leshan/leshan/ -->
<dependency>
<groupId>org.github.leshan</groupId>
<artifactId>leshan</artifactId>
<version>0.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.github.leshan/leshan/
implementation 'org.github.leshan:leshan:0.1.9'
// https://jarcasting.com/artifacts/org.github.leshan/leshan/
implementation ("org.github.leshan:leshan:0.1.9")
'org.github.leshan:leshan:pom:0.1.9'
<dependency org="org.github.leshan" name="leshan" rev="0.1.9">
<artifact name="leshan" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.github.leshan', module='leshan', version='0.1.9')
)
libraryDependencies += "org.github.leshan" % "leshan" % "0.1.9"
[org.github.leshan/leshan "0.1.9"]
The project is now hosted by the Eclipse Foundation!
Follow the link LESHAN PROJECT