<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>bgp-parser-api</artifactId>
<version>0.4.0-Lithium</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='bgp-parser-api', version='0.4.0-Lithium')
)
<parent> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-parent</artifactId> <version>0.4.0-Lithium</version> </parent>
compile
|-- org.opendaylight.bgpcep:concepts
|-- org.opendaylight.bgpcep:util
|-- org.opendaylight.bgpcep:bgp-concepts
|-- org.opendaylight.yangtools:yang-binding
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.yangtools:concepts
|-- org.opendaylight.yangtools.model:ietf-inet-types
|-- junit:junit