文件下载
文件名 操作
metrics-aggregator-1.6.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.infrautils</groupId>
  <artifactId>metrics-aggregator</artifactId>
  <version>1.6.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.infrautils:metrics-aggregator:1.6.4'
Gradle Kotlin
implementation("org.opendaylight.infrautils:metrics-aggregator:1.6.4")
Scala SBT
libraryDependencies += "org.opendaylight.infrautils" % "metrics-aggregator" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.infrautils', module='metrics-aggregator', version='1.6.4')
)
Apache Ivy
<dependency org="org.opendaylight.infrautils" name="metrics-aggregator" rev="1.6.4" />
Leiningen
[org.opendaylight.infrautils/metrics-aggregator "1.6.4"]
Apache Buildr
'org.opendaylight.infrautils:metrics-aggregator:jar:1.6.4'