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