File | Operation |
---|---|
features-yanglib-aggregator-1.5.2.pom | download |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>features-yanglib-aggregator</artifactId>
<version>1.5.2</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "features-yanglib-aggregator" % "1.5.2"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='features-yanglib-aggregator', version='1.5.2')
)
<dependency org="org.opendaylight.netconf" name="features-yanglib-aggregator" rev="1.5.2" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> <version>3.1.6</version> </parent>