Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdconfig-module-archetype |
Version | Version0.5.0-Boron |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-module-archetype</artifactId>
<version>0.5.0-Boron</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/
implementation 'org.opendaylight.controller:config-module-archetype:0.5.0-Boron'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/
implementation ("org.opendaylight.controller:config-module-archetype:0.5.0-Boron")
'org.opendaylight.controller:config-module-archetype:jar:0.5.0-Boron'
<dependency org="org.opendaylight.controller" name="config-module-archetype" rev="0.5.0-Boron">
<artifact name="config-module-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-module-archetype', version='0.5.0-Boron')
)
libraryDependencies += "org.opendaylight.controller" % "config-module-archetype" % "0.5.0-Boron"
[org.opendaylight.controller/config-module-archetype "0.5.0-Boron"]