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