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