b

bundles-test-lib

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