s

sfc-openflow-renderer

Files download
File Operation
sfc-openflow-renderer-0.3.0-Boron.jar download
sfc-openflow-renderer-0.3.0-Boron.pom download
sfc-openflow-renderer-0.3.0-Boron-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.sfc</groupId>
  <artifactId>sfc-openflow-renderer</artifactId>
  <version>0.3.0-Boron</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.sfc:sfc-openflow-renderer:0.3.0-Boron'
Gradle Kotlin
implementation("org.opendaylight.sfc:sfc-openflow-renderer:0.3.0-Boron")
Scala SBT
libraryDependencies += "org.opendaylight.sfc" % "sfc-openflow-renderer" % "0.3.0-Boron"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.sfc', module='sfc-openflow-renderer', version='0.3.0-Boron')
)
Apache Ivy
<dependency org="org.opendaylight.sfc" name="sfc-openflow-renderer" rev="0.3.0-Boron" />
Leiningen
[org.opendaylight.sfc/sfc-openflow-renderer "0.3.0-Boron"]
Apache Buildr
'org.opendaylight.sfc:sfc-openflow-renderer:jar:0.3.0-Boron'