d

diagstatus-web

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