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