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