is not current version
Last Version 0.5.4-Boron-SR4

org.opendaylight.controller:config-module-archetype 0.5.3-Boron-SR3

Archetype for new module managed by configuration subsystem

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

config-module-archetype
Version

Version

0.5.3-Boron-SR3
Type

Type

jar

Download config-module-archetype 0.5.3-Boron-SR3


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