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