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