File | Operation |
---|---|
bundle-parent-10.0.5.pom | download |
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>bundle-parent</artifactId>
<version>10.0.5</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='bundle-parent', version='10.0.5')
)
<parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>bundle-parent</artifactId> <version>14.0.6</version> </parent>