| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdorg.opendaylight.controller |
| ArtifactId | ArtifactIdconfig-subsystem |
| Version | Version0.8.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| config-subsystem-0.8.3.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-subsystem</artifactId>
<version>0.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/
implementation 'org.opendaylight.controller:config-subsystem:0.8.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/
implementation ("org.opendaylight.controller:config-subsystem:0.8.3")
'org.opendaylight.controller:config-subsystem:pom:0.8.3'
<dependency org="org.opendaylight.controller" name="config-subsystem" rev="0.8.3">
<artifact name="config-subsystem" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-subsystem', version='0.8.3')
)
libraryDependencies += "org.opendaylight.controller" % "config-subsystem" % "0.8.3"
[org.opendaylight.controller/config-subsystem "0.8.3"]