| GroupId | GroupIdorg.opendaylight.openflowjava | 
|---|---|
| ArtifactId | ArtifactIdopenflow-protocol-parent | 
| Version | Version0.6.0-Lithium | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| openflow-protocol-parent-0.6.0-Lithium.pom | 18 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflow-protocol-parent/ -->
<dependency>
    <groupId>org.opendaylight.openflowjava</groupId>
    <artifactId>openflow-protocol-parent</artifactId>
    <version>0.6.0-Lithium</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflow-protocol-parent/
implementation 'org.opendaylight.openflowjava:openflow-protocol-parent:0.6.0-Lithium'// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflow-protocol-parent/
implementation ("org.opendaylight.openflowjava:openflow-protocol-parent:0.6.0-Lithium")'org.opendaylight.openflowjava:openflow-protocol-parent:pom:0.6.0-Lithium'<dependency org="org.opendaylight.openflowjava" name="openflow-protocol-parent" rev="0.6.0-Lithium">
  <artifact name="openflow-protocol-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.openflowjava', module='openflow-protocol-parent', version='0.6.0-Lithium')
)libraryDependencies += "org.opendaylight.openflowjava" % "openflow-protocol-parent" % "0.6.0-Lithium"[org.opendaylight.openflowjava/openflow-protocol-parent "0.6.0-Lithium"]