License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdconfig-module-archetype |
Last Version | Last Version0.5.4-Boron-SR4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconfig-module-archetype
Archetype for new module managed by configuration subsystem
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-module-archetype</artifactId>
<version>0.5.4-Boron-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/
implementation 'org.opendaylight.controller:config-module-archetype:0.5.4-Boron-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/
implementation ("org.opendaylight.controller:config-module-archetype:0.5.4-Boron-SR4")
'org.opendaylight.controller:config-module-archetype:jar:0.5.4-Boron-SR4'
<dependency org="org.opendaylight.controller" name="config-module-archetype" rev="0.5.4-Boron-SR4">
<artifact name="config-module-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-module-archetype', version='0.5.4-Boron-SR4')
)
libraryDependencies += "org.opendaylight.controller" % "config-module-archetype" % "0.5.4-Boron-SR4"
[org.opendaylight.controller/config-module-archetype "0.5.4-Boron-SR4"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.compendium | jar | 5.0.0 |
org.osgi : org.osgi.core | jar | 5.0.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.7 |
junit : junit | jar | 4.11 |
org.codehaus.sonar-plugins.java : sonar-jacoco-listeners | jar | 2.4 |