文件名 | 操作 |
---|---|
model-ietf-0.7.2-Lithium-SR2.pom | 下载 |
<dependency>
<groupId>org.opendaylight.yangtools.model</groupId>
<artifactId>model-ietf</artifactId>
<version>0.7.2-Lithium-SR2</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.yangtools.model" % "model-ietf" % "0.7.2-Lithium-SR2"
@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='model-ietf', version='0.7.2-Lithium-SR2')
)
<dependency org="org.opendaylight.yangtools.model" name="model-ietf" rev="0.7.2-Lithium-SR2" />