License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.opendaylight.of-config |
ArtifactId | ArtifactIdofconf |
Last Version | Last Version1.0.0-Beryllium |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionofconf
The of-config integration project is a project for OpenDaylight that will implement the Of-configure protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ofconf-1.0.0-Beryllium.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/ofconf/ -->
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>ofconf</artifactId>
<version>1.0.0-Beryllium</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.of-config/ofconf/
implementation 'org.opendaylight.of-config:ofconf:1.0.0-Beryllium'
// https://jarcasting.com/artifacts/org.opendaylight.of-config/ofconf/
implementation ("org.opendaylight.of-config:ofconf:1.0.0-Beryllium")
'org.opendaylight.of-config:ofconf:pom:1.0.0-Beryllium'
<dependency org="org.opendaylight.of-config" name="ofconf" rev="1.0.0-Beryllium">
<artifact name="ofconf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.of-config', module='ofconf', version='1.0.0-Beryllium')
)
libraryDependencies += "org.opendaylight.of-config" % "ofconf" % "1.0.0-Beryllium"
[org.opendaylight.of-config/ofconf "1.0.0-Beryllium"]