b

bcutil-framework-ext

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