i

itestutils

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