<dependency>
<groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
<artifactId>openflowjava-blueprint-config</artifactId>
<version>0.14.2</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.openflowplugin.openflowjava:openflowjava-blueprint-config:0.14.2'
implementation("org.opendaylight.openflowplugin.openflowjava:openflowjava-blueprint-config:0.14.2")
libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "openflowjava-blueprint-config" % "0.14.2"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.openflowjava', module='openflowjava-blueprint-config', version='0.14.2')
)
<dependency org="org.opendaylight.openflowplugin.openflowjava" name="openflowjava-blueprint-config" rev="0.14.2" />
<parent> <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> <artifactId>openflowjava-parent</artifactId> <version>0.14.2</version> </parent>