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