| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdorg.opendaylight.netvirt | 
    
| ArtifactId | ArtifactIdutils.mdsal-openflow | 
    
| Version | Version1.3.4-Boron-SR4 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionutils.mdsal-openflow 
            The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.opendaylight.netvirt/utils.mdsal-openflow/ -->
<dependency>
    <groupId>org.opendaylight.netvirt</groupId>
    <artifactId>utils.mdsal-openflow</artifactId>
    <version>1.3.4-Boron-SR4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.netvirt/utils.mdsal-openflow/
implementation 'org.opendaylight.netvirt:utils.mdsal-openflow:1.3.4-Boron-SR4'
                // https://jarcasting.com/artifacts/org.opendaylight.netvirt/utils.mdsal-openflow/
implementation ("org.opendaylight.netvirt:utils.mdsal-openflow:1.3.4-Boron-SR4")
                'org.opendaylight.netvirt:utils.mdsal-openflow:jar:1.3.4-Boron-SR4'
                <dependency org="org.opendaylight.netvirt" name="utils.mdsal-openflow" rev="1.3.4-Boron-SR4">
  <artifact name="utils.mdsal-openflow" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.netvirt', module='utils.mdsal-openflow', version='1.3.4-Boron-SR4')
)
                libraryDependencies += "org.opendaylight.netvirt" % "utils.mdsal-openflow" % "1.3.4-Boron-SR4"
                [org.opendaylight.netvirt/utils.mdsal-openflow "1.3.4-Boron-SR4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |