d

diagstatus-web

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