| GroupId | GroupIdorg.opendaylight.honeycomb.vbd |
|---|---|
| ArtifactId | ArtifactIdvbd-ui-module |
| Version | Version1.0.0-Boron |
| Type | Typejar |
| Filename | Size |
|---|---|
| vbd-ui-module-1.0.0-Boron.pom | |
| vbd-ui-module-1.0.0-Boron.jar | 30 MB |
| vbd-ui-module-1.0.0-Boron-sources.jar | 30 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-ui-module/ -->
<dependency>
<groupId>org.opendaylight.honeycomb.vbd</groupId>
<artifactId>vbd-ui-module</artifactId>
<version>1.0.0-Boron</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-ui-module/
implementation 'org.opendaylight.honeycomb.vbd:vbd-ui-module:1.0.0-Boron'
// https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-ui-module/
implementation ("org.opendaylight.honeycomb.vbd:vbd-ui-module:1.0.0-Boron")
'org.opendaylight.honeycomb.vbd:vbd-ui-module:jar:1.0.0-Boron'
<dependency org="org.opendaylight.honeycomb.vbd" name="vbd-ui-module" rev="1.0.0-Boron">
<artifact name="vbd-ui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.honeycomb.vbd', module='vbd-ui-module', version='1.0.0-Boron')
)
libraryDependencies += "org.opendaylight.honeycomb.vbd" % "vbd-ui-module" % "1.0.0-Boron"
[org.opendaylight.honeycomb.vbd/vbd-ui-module "1.0.0-Boron"]