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