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