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