Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.of-config |
ArtifactId | ArtifactIdsouthbound-features-aggregator |
Version | Version1.4.2 |
Type | Typepom |
Filename | Size |
---|---|
southbound-features-aggregator-1.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/southbound-features-aggregator/ -->
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>southbound-features-aggregator</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.of-config/southbound-features-aggregator/
implementation 'org.opendaylight.of-config:southbound-features-aggregator:1.4.2'
// https://jarcasting.com/artifacts/org.opendaylight.of-config/southbound-features-aggregator/
implementation ("org.opendaylight.of-config:southbound-features-aggregator:1.4.2")
'org.opendaylight.of-config:southbound-features-aggregator:pom:1.4.2'
<dependency org="org.opendaylight.of-config" name="southbound-features-aggregator" rev="1.4.2">
<artifact name="southbound-features-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.of-config', module='southbound-features-aggregator', version='1.4.2')
)
libraryDependencies += "org.opendaylight.of-config" % "southbound-features-aggregator" % "1.4.2"
[org.opendaylight.of-config/southbound-features-aggregator "1.4.2"]