is not current version
Last Version 0.12.3

org.opendaylight.controller:config-subsystem 0.11.4


Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

config-subsystem
Version

Version

0.11.4
Type

Type

pom

Download config-subsystem 0.11.4


<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>config-subsystem</artifactId>
    <version>0.11.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/
implementation 'org.opendaylight.controller:config-subsystem:0.11.4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/
implementation ("org.opendaylight.controller:config-subsystem:0.11.4")
'org.opendaylight.controller:config-subsystem:pom:0.11.4'
<dependency org="org.opendaylight.controller" name="config-subsystem" rev="0.11.4">
  <artifact name="config-subsystem" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-subsystem', version='0.11.4')
)
libraryDependencies += "org.opendaylight.controller" % "config-subsystem" % "0.11.4"
[org.opendaylight.controller/config-subsystem "0.11.4"]