i

itestutils

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