<dependency>
<groupId>org.opendaylight.yangtools.model</groupId>
<artifactId>yang-ext</artifactId>
<version>2013.09.07.7.3-Lithium-SR3</version>
</dependency>
implementation("org.opendaylight.yangtools.model:yang-ext:2013.09.07.7.3-Lithium-SR3")
libraryDependencies += "org.opendaylight.yangtools.model" % "yang-ext" % "2013.09.07.7.3-Lithium-SR3"
@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='yang-ext', version='2013.09.07.7.3-Lithium-SR3')
)
<dependency org="org.opendaylight.yangtools.model" name="yang-ext" rev="2013.09.07.7.3-Lithium-SR3" />
<parent> <groupId>org.opendaylight.yangtools.model</groupId> <artifactId>model-parent</artifactId> <version>0.7.3-Lithium-SR3</version> </parent>