<dependency>
<groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
<artifactId>rfc8349-ietf-routing</artifactId>
<version>11.0.6</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.mdsal.binding.model.ietf:rfc8349-ietf-routing:11.0.6'
implementation("org.opendaylight.mdsal.binding.model.ietf:rfc8349-ietf-routing:11.0.6")
libraryDependencies += "org.opendaylight.mdsal.binding.model.ietf" % "rfc8349-ietf-routing" % "11.0.6"
@Grapes(
@Grab(group='org.opendaylight.mdsal.binding.model.ietf', module='rfc8349-ietf-routing', version='11.0.6')
)
<dependency org="org.opendaylight.mdsal.binding.model.ietf" name="rfc8349-ietf-routing" rev="11.0.6" />