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