| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.openflowjava | 
| ArtifactId | ArtifactIdopenflowjava-config | 
| Version | Version0.8.2-Boron-SR2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflowjava-config/ -->
<dependency>
    <groupId>org.opendaylight.openflowjava</groupId>
    <artifactId>openflowjava-config</artifactId>
    <version>0.8.2-Boron-SR2</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflowjava-config/
implementation 'org.opendaylight.openflowjava:openflowjava-config:0.8.2-Boron-SR2'// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflowjava-config/
implementation ("org.opendaylight.openflowjava:openflowjava-config:0.8.2-Boron-SR2")'org.opendaylight.openflowjava:openflowjava-config:jar:0.8.2-Boron-SR2'<dependency org="org.opendaylight.openflowjava" name="openflowjava-config" rev="0.8.2-Boron-SR2">
  <artifact name="openflowjava-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.openflowjava', module='openflowjava-config', version='0.8.2-Boron-SR2')
)libraryDependencies += "org.opendaylight.openflowjava" % "openflowjava-config" % "0.8.2-Boron-SR2"[org.opendaylight.openflowjava/openflowjava-config "0.8.2-Boron-SR2"]