文件名 | 操作 |
---|---|
model-parent-0.1.3-Lithium-SR3.pom | 下载 |
<dependency>
<groupId>org.opendaylight.openflowplugin.model</groupId>
<artifactId>model-parent</artifactId>
<version>0.1.3-Lithium-SR3</version>
<type>pom</type>
</dependency>
implementation("org.opendaylight.openflowplugin.model:model-parent:0.1.3-Lithium-SR3")
libraryDependencies += "org.opendaylight.openflowplugin.model" % "model-parent" % "0.1.3-Lithium-SR3"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.model', module='model-parent', version='0.1.3-Lithium-SR3')
)
<dependency org="org.opendaylight.openflowplugin.model" name="model-parent" rev="0.1.3-Lithium-SR3" />
<parent> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-parent</artifactId> <version>0.1.3-Lithium-SR3</version> </parent>
compile
|-- org.opendaylight.yangtools:yang-binding
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.yangtools.model:ietf-inet-types