<dependency>
<groupId>org.opendaylight.yangtools.model</groupId>
<artifactId>ietf-ted</artifactId>
<version>2013.10.21.7.1-Lithium-SR1</version>
</dependency>
implementation("org.opendaylight.yangtools.model:ietf-ted:2013.10.21.7.1-Lithium-SR1")
libraryDependencies += "org.opendaylight.yangtools.model" % "ietf-ted" % "2013.10.21.7.1-Lithium-SR1"
@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='ietf-ted', version='2013.10.21.7.1-Lithium-SR1')
)
<dependency org="org.opendaylight.yangtools.model" name="ietf-ted" rev="2013.10.21.7.1-Lithium-SR1" />