<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>md-sal-config</artifactId>
<version>1.2.4-Lithium-SR4</version>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "md-sal-config" % "1.2.4-Lithium-SR4"
@Grapes(
@Grab(group='org.opendaylight.controller', module='md-sal-config', version='1.2.4-Lithium-SR4')
)
<dependency org="org.opendaylight.controller" name="md-sal-config" rev="1.2.4-Lithium-SR4" />
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-parent</artifactId> <version>1.2.4-Lithium-SR4</version> </parent>