<dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>concepts</artifactId> <version>0.8.3</version> <type>bundle</type> </dependency>
implementation 'org.opendaylight.bgpcep:concepts:0.8.3'
implementation("org.opendaylight.bgpcep:concepts:0.8.3")
libraryDependencies += "org.opendaylight.bgpcep" % "concepts" % "0.8.3"
@Grapes( @Grab(group='org.opendaylight.bgpcep', module='concepts', version='0.8.3') )
<dependency org="org.opendaylight.bgpcep" name="concepts" rev="0.8.3" />
[org.opendaylight.bgpcep/concepts "0.8.3"]
'org.opendaylight.bgpcep:concepts:jar:0.8.3'
<parent> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgpcep-parent</artifactId> <version>0.8.3</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- com.google.guava:guava
|-- org.opendaylight.mdsal:yang-binding
|-- org.opendaylight.mdsal.model:ietf-inet-types-2013-07-15
|-- junit:junit
|-- org.hamcrest:hamcrest-core
test
|-- io.netty:netty-buffer
|-- org.opendaylight.mdsal.model:ietf-topology