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