| License |
License
BSD 3 Clause
|
|---|---|
| GroupId | GroupIdorg.github.leshan |
| ArtifactId | ArtifactIdleshan |
| Version | Version0.1.9 |
| Type | Typepom |
| Description |
Descriptionleshan
A Lightweight M2M Server implementation based on Californium
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| leshan-0.1.9.pom | 16 KB |
| Browse |
<!-- 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"]