i

itestutils-it

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