| GroupId | GroupIdorg.opendaylight.iotdm | 
|---|---|
| ArtifactId | ArtifactIdonem2m-ui-module | 
| Version | Version0.2.0-Boron | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| onem2m-ui-module-0.2.0-Boron.pom | |
| onem2m-ui-module-0.2.0-Boron.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-ui-module/ -->
<dependency>
    <groupId>org.opendaylight.iotdm</groupId>
    <artifactId>onem2m-ui-module</artifactId>
    <version>0.2.0-Boron</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-ui-module/
implementation 'org.opendaylight.iotdm:onem2m-ui-module:0.2.0-Boron'// https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-ui-module/
implementation ("org.opendaylight.iotdm:onem2m-ui-module:0.2.0-Boron")'org.opendaylight.iotdm:onem2m-ui-module:jar:0.2.0-Boron'<dependency org="org.opendaylight.iotdm" name="onem2m-ui-module" rev="0.2.0-Boron">
  <artifact name="onem2m-ui-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.iotdm', module='onem2m-ui-module', version='0.2.0-Boron')
)libraryDependencies += "org.opendaylight.iotdm" % "onem2m-ui-module" % "0.2.0-Boron"[org.opendaylight.iotdm/onem2m-ui-module "0.2.0-Boron"]