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