is not current version
Last Version 0.1.9

org.github.leshan:leshan-standalone 0.1.2

A LWM2M server running an embedded Jetty server

GroupId

GroupId

org.github.leshan
ArtifactId

ArtifactId

leshan-standalone
Version

Version

0.1.2
Type

Type

jar

Download leshan-standalone 0.1.2


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