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