i

itestutils

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