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