is not current version
Last Version 0.1.11-M7

org.eclipse.leshan:leshan-standalone 0.1.11-M1

A LWM2M server running an embedded Jetty server

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.leshan
ArtifactId

ArtifactId

leshan-standalone
Version

Version

0.1.11-M1
Type

Type

jar

Download leshan-standalone 0.1.11-M1


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