| GroupId | GroupIdorg.opendaylight.unimgr | 
|---|---|
| ArtifactId | ArtifactIdcpeui-module | 
| Version | Version0.2.3-Carbon | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| cpeui-module-0.2.3-Carbon.pom | |
| cpeui-module-0.2.3-Carbon.jar | 345 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.unimgr/cpeui-module/ -->
<dependency>
    <groupId>org.opendaylight.unimgr</groupId>
    <artifactId>cpeui-module</artifactId>
    <version>0.2.3-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.unimgr/cpeui-module/
implementation 'org.opendaylight.unimgr:cpeui-module:0.2.3-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.unimgr/cpeui-module/
implementation ("org.opendaylight.unimgr:cpeui-module:0.2.3-Carbon")'org.opendaylight.unimgr:cpeui-module:jar:0.2.3-Carbon'<dependency org="org.opendaylight.unimgr" name="cpeui-module" rev="0.2.3-Carbon">
  <artifact name="cpeui-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.unimgr', module='cpeui-module', version='0.2.3-Carbon')
)libraryDependencies += "org.opendaylight.unimgr" % "cpeui-module" % "0.2.3-Carbon"[org.opendaylight.unimgr/cpeui-module "0.2.3-Carbon"]