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