License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.leshan |
ArtifactId | ArtifactIdleshan-server-demo |
Version | Version2.0.0-M3 |
Type | Typejar |
Description |
Descriptionleshan - server demo
A LWM2M demonstration server running an embedded Jetty server
|
<!-- https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-server-demo/ -->
<dependency>
<groupId>org.eclipse.leshan</groupId>
<artifactId>leshan-server-demo</artifactId>
<version>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-server-demo/
implementation 'org.eclipse.leshan:leshan-server-demo:2.0.0-M3'
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-server-demo/
implementation ("org.eclipse.leshan:leshan-server-demo:2.0.0-M3")
'org.eclipse.leshan:leshan-server-demo:jar:2.0.0-M3'
<dependency org="org.eclipse.leshan" name="leshan-server-demo" rev="2.0.0-M3">
<artifact name="leshan-server-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.leshan', module='leshan-server-demo', version='2.0.0-M3')
)
libraryDependencies += "org.eclipse.leshan" % "leshan-server-demo" % "2.0.0-M3"
[org.eclipse.leshan/leshan-server-demo "2.0.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.jmdns : jmdns | jar | 3.5.6 |
org.eclipse.leshan : leshan-server-cf | jar | 2.0.0-M3 |
org.eclipse.leshan : leshan-server-redis | jar | 2.0.0-M3 |
commons-cli : commons-cli | jar | 1.4 |
org.eclipse.californium : californium-core | jar | 2.6.2 |
commons-io : commons-io | jar | 2.8.0 |
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 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |