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