GroupId | GroupIdorg.opendaylight.honeycomb.vbd |
---|---|
ArtifactId | ArtifactIdvbd-features-aggregator |
Version | Version1.3.3 |
Type | Typepom |
Filename | Size |
---|---|
vbd-features-aggregator-1.3.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-features-aggregator/ -->
<dependency>
<groupId>org.opendaylight.honeycomb.vbd</groupId>
<artifactId>vbd-features-aggregator</artifactId>
<version>1.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-features-aggregator/
implementation 'org.opendaylight.honeycomb.vbd:vbd-features-aggregator:1.3.3'
// https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-features-aggregator/
implementation ("org.opendaylight.honeycomb.vbd:vbd-features-aggregator:1.3.3")
'org.opendaylight.honeycomb.vbd:vbd-features-aggregator:pom:1.3.3'
<dependency org="org.opendaylight.honeycomb.vbd" name="vbd-features-aggregator" rev="1.3.3">
<artifact name="vbd-features-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.honeycomb.vbd', module='vbd-features-aggregator', version='1.3.3')
)
libraryDependencies += "org.opendaylight.honeycomb.vbd" % "vbd-features-aggregator" % "1.3.3"
[org.opendaylight.honeycomb.vbd/vbd-features-aggregator "1.3.3"]