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