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