is not current version
Last Version 0.1.9

org.github.leshan:leshan 0.1.8

A Lightweight M2M Server implementation based on Californium

GroupId

GroupId

org.github.leshan
ArtifactId

ArtifactId

leshan
Version

Version

0.1.8
Type

Type

pom

Download leshan 0.1.8

Filename Size
leshan-0.1.8.pom 16 KB
Browse

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