i

itestutils-it

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