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