i

itestutils

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