d

diagstatus-web

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