i

itestutils

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