File | Operation |
---|---|
jobcoordinator-aggregator-1.6.1.pom | download |
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>jobcoordinator-aggregator</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.infrautils" % "jobcoordinator-aggregator" % "1.6.1"
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='jobcoordinator-aggregator', version='1.6.1')
)
<dependency org="org.opendaylight.infrautils" name="jobcoordinator-aggregator" rev="1.6.1" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> <version>5.0.2</version> </parent>