r

repos-aggregator

Aggregator for distribution feature repos.
https://wiki.opendaylight.org/x/ggYF
Eclipse Public License v1.0
Files download
File Operation
repos-aggregator-0.20.0.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.integration</groupId>
  <artifactId>repos-aggregator</artifactId>
  <version>0.20.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.integration:repos-aggregator:0.20.0'
Gradle Kotlin
implementation("org.opendaylight.integration:repos-aggregator:0.20.0")
Scala SBT
libraryDependencies += "org.opendaylight.integration" % "repos-aggregator" % "0.20.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.integration', module='repos-aggregator', version='0.20.0')
)
Apache Ivy
<dependency org="org.opendaylight.integration" name="repos-aggregator" rev="0.20.0" />
Leiningen
[org.opendaylight.integration/repos-aggregator "0.20.0"]
Apache Buildr
'org.opendaylight.integration:repos-aggregator:jar:0.20.0'