GroupId | GroupIdorg.opendaylight.serviceutils |
---|---|
ArtifactId | ArtifactIdserviceutils-features-aggregator |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
serviceutils-features-aggregator-0.3.1.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.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.serviceutils/serviceutils-features-aggregator/
implementation 'org.opendaylight.serviceutils:serviceutils-features-aggregator:0.3.1'
// https://jarcasting.com/artifacts/org.opendaylight.serviceutils/serviceutils-features-aggregator/
implementation ("org.opendaylight.serviceutils:serviceutils-features-aggregator:0.3.1")
'org.opendaylight.serviceutils:serviceutils-features-aggregator:pom:0.3.1'
<dependency org="org.opendaylight.serviceutils" name="serviceutils-features-aggregator" rev="0.3.1">
<artifact name="serviceutils-features-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.serviceutils', module='serviceutils-features-aggregator', version='0.3.1')
)
libraryDependencies += "org.opendaylight.serviceutils" % "serviceutils-features-aggregator" % "0.3.1"
[org.opendaylight.serviceutils/serviceutils-features-aggregator "0.3.1"]