GroupId | GroupIdorg.opendaylight.openflowplugin |
---|---|
ArtifactId | ArtifactIdfeatures-aggregator |
Version | Version0.6.3 |
Type | Typepom |
Filename | Size |
---|---|
features-aggregator-0.6.3.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.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/features-aggregator/
implementation 'org.opendaylight.openflowplugin:features-aggregator:0.6.3'
// https://jarcasting.com/artifacts/org.opendaylight.openflowplugin/features-aggregator/
implementation ("org.opendaylight.openflowplugin:features-aggregator:0.6.3")
'org.opendaylight.openflowplugin:features-aggregator:pom:0.6.3'
<dependency org="org.opendaylight.openflowplugin" name="features-aggregator" rev="0.6.3">
<artifact name="features-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.openflowplugin', module='features-aggregator', version='0.6.3')
)
libraryDependencies += "org.opendaylight.openflowplugin" % "features-aggregator" % "0.6.3"
[org.opendaylight.openflowplugin/features-aggregator "0.6.3"]