<dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>concepts</artifactId> <version>0.9.2</version> <type>bundle</type> </dependency>
implementation 'org.opendaylight.bgpcep:concepts:0.9.2'
implementation("org.opendaylight.bgpcep:concepts:0.9.2")
libraryDependencies += "org.opendaylight.bgpcep" % "concepts" % "0.9.2"
@Grapes( @Grab(group='org.opendaylight.bgpcep', module='concepts', version='0.9.2') )
<dependency org="org.opendaylight.bgpcep" name="concepts" rev="0.9.2" />
[org.opendaylight.bgpcep/concepts "0.9.2"]
'org.opendaylight.bgpcep:concepts:jar:0.9.2'
<parent> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>binding-parent</artifactId> <version>0.9.2</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