i

infrautils-testutils

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