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