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