File | Operation |
---|---|
model-parent-0.7.2-Lithium-SR2.pom | download |
<dependency>
<groupId>org.opendaylight.yangtools.model</groupId>
<artifactId>model-parent</artifactId>
<version>0.7.2-Lithium-SR2</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.yangtools.model" % "model-parent" % "0.7.2-Lithium-SR2"
@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='model-parent', version='0.7.2-Lithium-SR2')
)
<dependency org="org.opendaylight.yangtools.model" name="model-parent" rev="0.7.2-Lithium-SR2" />