o

odl-infrautils-ready

Monitors system readiness state with listener registration and MBean exposure
Files download
File Operation
odl-infrautils-ready-7.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.infrautils</groupId>
  <artifactId>odl-infrautils-ready</artifactId>
  <version>7.0.4</version>
  <type>feature</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.infrautils:odl-infrautils-ready:7.0.4'
Gradle Kotlin
implementation("org.opendaylight.infrautils:odl-infrautils-ready:7.0.4")
Scala SBT
libraryDependencies += "org.opendaylight.infrautils" % "odl-infrautils-ready" % "7.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.infrautils', module='odl-infrautils-ready', version='7.0.4')
)
Apache Ivy
<dependency org="org.opendaylight.infrautils" name="odl-infrautils-ready" rev="7.0.4" />
Leiningen
[org.opendaylight.infrautils/odl-infrautils-ready "7.0.4"]
Apache Buildr
'org.opendaylight.infrautils:odl-infrautils-ready:jar:7.0.4'