is not current version
Last Version 2.0.0-M7

org.eclipse.leshan:leshan-bsserver-demo 1.0.2

A LWM2M bootstrap demonstration server running an embedded Jetty server

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.leshan
ArtifactId

ArtifactId

leshan-bsserver-demo
Version

Version

1.0.2
Type

Type

jar

Download leshan-bsserver-demo 1.0.2


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