d

diagstatus-web

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