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