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