Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.openflowplugin |
ArtifactId | ArtifactIdopenflowplugin-extension-nicira-config |
Version | Version0.1.1-Lithium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/openflowplugin-extension-nicira-config/ -->
<dependency>
<groupId>org.opendaylight.openflowplugin</groupId>
<artifactId>openflowplugin-extension-nicira-config</artifactId>
<version>0.1.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/openflowplugin-extension-nicira-config/
implementation 'org.opendaylight.openflowplugin:openflowplugin-extension-nicira-config:0.1.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/openflowplugin-extension-nicira-config/
implementation ("org.opendaylight.openflowplugin:openflowplugin-extension-nicira-config:0.1.1-Lithium-SR1")
'org.opendaylight.openflowplugin:openflowplugin-extension-nicira-config:jar:0.1.1-Lithium-SR1'
<dependency org="org.opendaylight.openflowplugin" name="openflowplugin-extension-nicira-config" rev="0.1.1-Lithium-SR1">
<artifact name="openflowplugin-extension-nicira-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.openflowplugin', module='openflowplugin-extension-nicira-config', version='0.1.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.openflowplugin" % "openflowplugin-extension-nicira-config" % "0.1.1-Lithium-SR1"
[org.opendaylight.openflowplugin/openflowplugin-extension-nicira-config "0.1.1-Lithium-SR1"]