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