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