i

infrautils-testutils

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