d

diagstatus-web

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