GroupId | GroupIdorg.opendaylight.honeycomb.vbd |
---|---|
ArtifactId | ArtifactIdvbd-features-aggregator |
Version | Version1.1.1-Carbon |
Type | Typepom |
Filename | Size |
---|---|
vbd-features-aggregator-1.1.1-Carbon.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.1.1-Carbon</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.1.1-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.honeycomb.vbd/vbd-features-aggregator/
implementation ("org.opendaylight.honeycomb.vbd:vbd-features-aggregator:1.1.1-Carbon")
'org.opendaylight.honeycomb.vbd:vbd-features-aggregator:pom:1.1.1-Carbon'
<dependency org="org.opendaylight.honeycomb.vbd" name="vbd-features-aggregator" rev="1.1.1-Carbon">
<artifact name="vbd-features-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.honeycomb.vbd', module='vbd-features-aggregator', version='1.1.1-Carbon')
)
libraryDependencies += "org.opendaylight.honeycomb.vbd" % "vbd-features-aggregator" % "1.1.1-Carbon"
[org.opendaylight.honeycomb.vbd/vbd-features-aggregator "1.1.1-Carbon"]