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