GroupId | GroupIdorg.opendaylight.openflowjava |
---|---|
ArtifactId | ArtifactIdopenflow-protocol-parent |
Version | Version0.6.2-Lithium-SR2 |
Type | Typepom |
Filename | Size |
---|---|
openflow-protocol-parent-0.6.2-Lithium-SR2.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.2-Lithium-SR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflow-protocol-parent/
implementation 'org.opendaylight.openflowjava:openflow-protocol-parent:0.6.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflow-protocol-parent/
implementation ("org.opendaylight.openflowjava:openflow-protocol-parent:0.6.2-Lithium-SR2")
'org.opendaylight.openflowjava:openflow-protocol-parent:pom:0.6.2-Lithium-SR2'
<dependency org="org.opendaylight.openflowjava" name="openflow-protocol-parent" rev="0.6.2-Lithium-SR2">
<artifact name="openflow-protocol-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.openflowjava', module='openflow-protocol-parent', version='0.6.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.openflowjava" % "openflow-protocol-parent" % "0.6.2-Lithium-SR2"
[org.opendaylight.openflowjava/openflow-protocol-parent "0.6.2-Lithium-SR2"]