<dependency>
<groupId>org.opendaylight.packetcable</groupId>
<artifactId>features-packetcable-policy-aggregator</artifactId>
<version>1.7.4</version>
</dependency>
implementation group: 'org.opendaylight.packetcable', name: 'features-packetcable-policy-aggregator', version: '1.7.4'
implementation 'org.opendaylight.packetcable:features-packetcable-policy-aggregator:1.7.4'
implementation("org.opendaylight.packetcable:features-packetcable-policy-aggregator:1.7.4")
libraryDependencies += "org.opendaylight.packetcable" % "features-packetcable-policy-aggregator" % "1.7.4"
<dependency org="org.opendaylight.packetcable" name="features-packetcable-policy-aggregator" rev="1.7.4"/>
@Grapes(
@Grab(group='org.opendaylight.packetcable', module='features-packetcable-policy-aggregator', version='1.7.4')
)
[org.opendaylight.packetcable/features-packetcable-policy-aggregator "1.7.4"]
'org.opendaylight.packetcable:features-packetcable-policy-aggregator:jar:1.7.4'