License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.leshan |
ArtifactId | ArtifactIdleshan-bsserver-demo |
Version | Version2.0.0-M4 |
Type | Typejar |
Description |
Descriptionleshan - bootstrap server demo
A LWM2M bootstrap demonstration server running an embedded Jetty server
|
<!-- https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-bsserver-demo/ -->
<dependency>
<groupId>org.eclipse.leshan</groupId>
<artifactId>leshan-bsserver-demo</artifactId>
<version>2.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-bsserver-demo/
implementation 'org.eclipse.leshan:leshan-bsserver-demo:2.0.0-M4'
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-bsserver-demo/
implementation ("org.eclipse.leshan:leshan-bsserver-demo:2.0.0-M4")
'org.eclipse.leshan:leshan-bsserver-demo:jar:2.0.0-M4'
<dependency org="org.eclipse.leshan" name="leshan-bsserver-demo" rev="2.0.0-M4">
<artifact name="leshan-bsserver-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.leshan', module='leshan-bsserver-demo', version='2.0.0-M4')
)
libraryDependencies += "org.eclipse.leshan" % "leshan-bsserver-demo" % "2.0.0-M4"
[org.eclipse.leshan/leshan-bsserver-demo "2.0.0-M4"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.leshan : leshan-server-cf | jar | 2.0.0-M4 |
commons-cli : commons-cli | jar | 1.4 |
commons-lang : commons-lang | jar | 2.6 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.34.v20201102 |
org.eclipse.jetty : jetty-servlets | jar | 9.4.34.v20201102 |
com.google.code.gson : gson | jar | 2.8.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |