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