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