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