License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdconfig-artifacts |
Last Version | Last Version0.12.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
config-artifacts-0.12.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/config-artifacts/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-artifacts</artifactId>
<version>0.12.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-artifacts/
implementation 'org.opendaylight.controller:config-artifacts:0.12.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-artifacts/
implementation ("org.opendaylight.controller:config-artifacts:0.12.3")
'org.opendaylight.controller:config-artifacts:pom:0.12.3'
<dependency org="org.opendaylight.controller" name="config-artifacts" rev="0.12.3">
<artifact name="config-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-artifacts', version='0.12.3')
)
libraryDependencies += "org.opendaylight.controller" % "config-artifacts" % "0.12.3"
[org.opendaylight.controller/config-artifacts "0.12.3"]