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