s

serviceutils-features-aggregator

Files download
File Operation
serviceutils-features-aggregator-0.13.0.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.serviceutils</groupId>
  <artifactId>serviceutils-features-aggregator</artifactId>
  <version>0.13.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.serviceutils:serviceutils-features-aggregator:0.13.0'
Gradle Kotlin
implementation("org.opendaylight.serviceutils:serviceutils-features-aggregator:0.13.0")
Scala SBT
libraryDependencies += "org.opendaylight.serviceutils" % "serviceutils-features-aggregator" % "0.13.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.serviceutils', module='serviceutils-features-aggregator', version='0.13.0')
)
Apache Ivy
<dependency org="org.opendaylight.serviceutils" name="serviceutils-features-aggregator" rev="0.13.0" />
Leiningen
[org.opendaylight.serviceutils/serviceutils-features-aggregator "0.13.0"]
Apache Buildr
'org.opendaylight.serviceutils:serviceutils-features-aggregator:jar:0.13.0'