| GroupId | GroupIdorg.opendaylight.iotdm | 
|---|---|
| ArtifactId | ArtifactIdonem2m-ui-module | 
| Version | Version0.3.0-Carbon | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| onem2m-ui-module-0.3.0-Carbon.pom | |
| onem2m-ui-module-0.3.0-Carbon.jar | 4 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.3.0-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-ui-module/
implementation 'org.opendaylight.iotdm:onem2m-ui-module:0.3.0-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.iotdm/onem2m-ui-module/
implementation ("org.opendaylight.iotdm:onem2m-ui-module:0.3.0-Carbon")'org.opendaylight.iotdm:onem2m-ui-module:jar:0.3.0-Carbon'<dependency org="org.opendaylight.iotdm" name="onem2m-ui-module" rev="0.3.0-Carbon">
  <artifact name="onem2m-ui-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.iotdm', module='onem2m-ui-module', version='0.3.0-Carbon')
)libraryDependencies += "org.opendaylight.iotdm" % "onem2m-ui-module" % "0.3.0-Carbon"[org.opendaylight.iotdm/onem2m-ui-module "0.3.0-Carbon"]