i

itestutils-it

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