GroupId | GroupIdorg.opendaylight.unimgr |
---|---|
ArtifactId | ArtifactIdcpeui-module |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
cpeui-module-0.3.1.pom | |
cpeui-module-0.3.1.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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.unimgr/cpeui-module/
implementation 'org.opendaylight.unimgr:cpeui-module:0.3.1'
// https://jarcasting.com/artifacts/org.opendaylight.unimgr/cpeui-module/
implementation ("org.opendaylight.unimgr:cpeui-module:0.3.1")
'org.opendaylight.unimgr:cpeui-module:jar:0.3.1'
<dependency org="org.opendaylight.unimgr" name="cpeui-module" rev="0.3.1">
<artifact name="cpeui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.unimgr', module='cpeui-module', version='0.3.1')
)
libraryDependencies += "org.opendaylight.unimgr" % "cpeui-module" % "0.3.1"
[org.opendaylight.unimgr/cpeui-module "0.3.1"]