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