is not current version
Last Version 1.2.3

com.arm.mbed.cloud:lwm2m 1.2.2

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.2.2
Type

Type

jar

Download lwm2m 1.2.2


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