File | Operation |
---|---|
features-infrautils-samples-1.8.0.pom | download |
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>features-infrautils-samples</artifactId>
<version>1.8.0</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.infrautils" % "features-infrautils-samples" % "1.8.0"
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='features-infrautils-samples', version='1.8.0')
)
<dependency org="org.opendaylight.infrautils" name="features-infrautils-samples" rev="1.8.0" />
<parent> <groupId>org.opendaylight.infrautils</groupId> <artifactId>single-feature-parent</artifactId> <version>1.8.0</version> </parent>
compile
|-- org.opendaylight.infrautils:features-infrautils
|-- org.opendaylight.infrautils:odl-infrautils-caches-sample
|-- org.opendaylight.infrautils:odl-infrautils-metrics-sample