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