File | Operation |
---|---|
netconf-parent-1.0.4-Beryllium-SR4.pom | download |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-parent</artifactId>
<version>1.0.4-Beryllium-SR4</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "netconf-parent" % "1.0.4-Beryllium-SR4"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-parent', version='1.0.4-Beryllium-SR4')
)
<dependency org="org.opendaylight.netconf" name="netconf-parent" rev="1.0.4-Beryllium-SR4" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> <version>1.6.4-Beryllium-SR4</version> </parent>