| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.controller | 
| ArtifactId | ArtifactIdfeatures-config | 
| Version | Version0.3.4-Lithium-SR4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-config/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-config</artifactId>
    <version>0.3.4-Lithium-SR4</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller/features-config/
implementation 'org.opendaylight.controller:features-config:0.3.4-Lithium-SR4'// https://jarcasting.com/artifacts/org.opendaylight.controller/features-config/
implementation ("org.opendaylight.controller:features-config:0.3.4-Lithium-SR4")'org.opendaylight.controller:features-config:jar:0.3.4-Lithium-SR4'<dependency org="org.opendaylight.controller" name="features-config" rev="0.3.4-Lithium-SR4">
  <artifact name="features-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller', module='features-config', version='0.3.4-Lithium-SR4')
)libraryDependencies += "org.opendaylight.controller" % "features-config" % "0.3.4-Lithium-SR4"[org.opendaylight.controller/features-config "0.3.4-Lithium-SR4"]