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