| GroupId | GroupIdorg.opendaylight.controller | 
|---|---|
| ArtifactId | ArtifactIdfeatures-controller | 
| Version | Version1.5.2-Lithium-SR2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| features-controller-1.5.2-Lithium-SR2.pom | 962 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-controller/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-controller</artifactId>
    <version>1.5.2-Lithium-SR2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller/features-controller/
implementation 'org.opendaylight.controller:features-controller:1.5.2-Lithium-SR2'// https://jarcasting.com/artifacts/org.opendaylight.controller/features-controller/
implementation ("org.opendaylight.controller:features-controller:1.5.2-Lithium-SR2")'org.opendaylight.controller:features-controller:pom:1.5.2-Lithium-SR2'<dependency org="org.opendaylight.controller" name="features-controller" rev="1.5.2-Lithium-SR2">
  <artifact name="features-controller" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller', module='features-controller', version='1.5.2-Lithium-SR2')
)libraryDependencies += "org.opendaylight.controller" % "features-controller" % "1.5.2-Lithium-SR2"[org.opendaylight.controller/features-controller "1.5.2-Lithium-SR2"]