Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdconfig-module-archetype |
Version | Version0.4.3-Beryllium-SR3 |
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.4.3-Beryllium-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/
implementation 'org.opendaylight.controller:config-module-archetype:0.4.3-Beryllium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-module-archetype/
implementation ("org.opendaylight.controller:config-module-archetype:0.4.3-Beryllium-SR3")
'org.opendaylight.controller:config-module-archetype:jar:0.4.3-Beryllium-SR3'
<dependency org="org.opendaylight.controller" name="config-module-archetype" rev="0.4.3-Beryllium-SR3">
<artifact name="config-module-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-module-archetype', version='0.4.3-Beryllium-SR3')
)
libraryDependencies += "org.opendaylight.controller" % "config-module-archetype" % "0.4.3-Beryllium-SR3"
[org.opendaylight.controller/config-module-archetype "0.4.3-Beryllium-SR3"]