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