is not current version
Last Version 1.4.4

org.opendaylight.of-config:commons 1.2.2-Carbon

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.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.opendaylight.of-config
ArtifactId

ArtifactId

commons
Version

Version

1.2.2-Carbon
Type

Type

pom

Download commons 1.2.2-Carbon

Filename Size
commons-1.2.2-Carbon.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/commons/ -->
<dependency>
    <groupId>org.opendaylight.of-config</groupId>
    <artifactId>commons</artifactId>
    <version>1.2.2-Carbon</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.of-config/commons/
implementation 'org.opendaylight.of-config:commons:1.2.2-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.of-config/commons/
implementation ("org.opendaylight.of-config:commons:1.2.2-Carbon")
'org.opendaylight.of-config:commons:pom:1.2.2-Carbon'
<dependency org="org.opendaylight.of-config" name="commons" rev="1.2.2-Carbon">
  <artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.of-config', module='commons', version='1.2.2-Carbon')
)
libraryDependencies += "org.opendaylight.of-config" % "commons" % "1.2.2-Carbon"
[org.opendaylight.of-config/commons "1.2.2-Carbon"]