m

model-flow-service

文件下载
文件名 操作
model-flow-service-0.19.1.jar 下载
model-flow-service-0.19.1.pom 下载
model-flow-service-0.19.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.openflowplugin.model</groupId>
  <artifactId>model-flow-service</artifactId>
  <version>0.19.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.openflowplugin.model:model-flow-service:0.19.1'
Gradle Kotlin
implementation("org.opendaylight.openflowplugin.model:model-flow-service:0.19.1")
Scala SBT
libraryDependencies += "org.opendaylight.openflowplugin.model" % "model-flow-service" % "0.19.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.openflowplugin.model', module='model-flow-service', version='0.19.1')
)
Apache Ivy
<dependency org="org.opendaylight.openflowplugin.model" name="model-flow-service" rev="0.19.1" />
Leiningen
[org.opendaylight.openflowplugin.model/model-flow-service "0.19.1"]
Apache Buildr
'org.opendaylight.openflowplugin.model:model-flow-service:jar:0.19.1'