文件名 | 操作 |
---|---|
odl-mdsal-model-rfc8519-7.0.4.pom | 下载 |
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>odl-mdsal-model-rfc8519</artifactId>
<version>7.0.4</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.mdsal.model" % "odl-mdsal-model-rfc8519" % "7.0.4"
@Grapes(
@Grab(group='org.opendaylight.mdsal.model', module='odl-mdsal-model-rfc8519', version='7.0.4')
)
<dependency org="org.opendaylight.mdsal.model" name="odl-mdsal-model-rfc8519" rev="7.0.4" />