is not current version
Last Version 1.2.3

com.arm.mbed.cloud:lwm2m 1.0.0

Library for serialisation/deserialisation of LWM2M objects: https://en.wikipedia.org/wiki/OMA_LWM2M

GroupId

GroupId

com.arm.mbed.cloud
ArtifactId

ArtifactId

lwm2m
Version

Version

1.0.0
Type

Type

jar

Download lwm2m 1.0.0


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