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