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