GroupId | GroupIdorg.opendaylight.openflowplugin |
---|---|
ArtifactId | ArtifactIdopenflowplugin-parent |
Version | Version0.0.4-Helium-SR1.1 |
Type | Typepom |
Filename | Size |
---|---|
openflowplugin-parent-0.0.4-Helium-SR1.1.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/openflowplugin-parent/ -->
<dependency>
<groupId>org.opendaylight.openflowplugin</groupId>
<artifactId>openflowplugin-parent</artifactId>
<version>0.0.4-Helium-SR1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/openflowplugin-parent/
implementation 'org.opendaylight.openflowplugin:openflowplugin-parent:0.0.4-Helium-SR1.1'
// https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/openflowplugin-parent/
implementation ("org.opendaylight.openflowplugin:openflowplugin-parent:0.0.4-Helium-SR1.1")
'org.opendaylight.openflowplugin:openflowplugin-parent:pom:0.0.4-Helium-SR1.1'
<dependency org="org.opendaylight.openflowplugin" name="openflowplugin-parent" rev="0.0.4-Helium-SR1.1">
<artifact name="openflowplugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.openflowplugin', module='openflowplugin-parent', version='0.0.4-Helium-SR1.1')
)
libraryDependencies += "org.opendaylight.openflowplugin" % "openflowplugin-parent" % "0.0.4-Helium-SR1.1"
[org.opendaylight.openflowplugin/openflowplugin-parent "0.0.4-Helium-SR1.1"]