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