i

itestutils

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