| GroupId | GroupIdorg.opendaylight.ovsdb | 
|---|---|
| ArtifactId | ArtifactIdfeatures-openflow-nxm | 
| Version | Version0.0.4-Helium-SR1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-openflow-nxm/ -->
<dependency>
    <groupId>org.opendaylight.ovsdb</groupId>
    <artifactId>features-openflow-nxm</artifactId>
    <version>0.0.4-Helium-SR1</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-openflow-nxm/
implementation 'org.opendaylight.ovsdb:features-openflow-nxm:0.0.4-Helium-SR1'// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/features-openflow-nxm/
implementation ("org.opendaylight.ovsdb:features-openflow-nxm:0.0.4-Helium-SR1")'org.opendaylight.ovsdb:features-openflow-nxm:jar:0.0.4-Helium-SR1'<dependency org="org.opendaylight.ovsdb" name="features-openflow-nxm" rev="0.0.4-Helium-SR1">
  <artifact name="features-openflow-nxm" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='features-openflow-nxm', version='0.0.4-Helium-SR1')
)libraryDependencies += "org.opendaylight.ovsdb" % "features-openflow-nxm" % "0.0.4-Helium-SR1"[org.opendaylight.ovsdb/features-openflow-nxm "0.0.4-Helium-SR1"]