is not current version
Last Version 0.5.4-Boron-SR4

org.opendaylight.controller:config-module-archetype 0.2.7-Helium-SR2

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.2.7-Helium-SR2
Type

Type

jar

Download config-module-archetype 0.2.7-Helium-SR2


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