r

ready-api

Provides interfaces for monitoring and handling system readiness state changes
Files download
File Operation
ready-api-7.0.4.jar download
ready-api-7.0.4.pom download
ready-api-7.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.infrautils</groupId>
  <artifactId>ready-api</artifactId>
  <version>7.0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.infrautils:ready-api:7.0.4'
Gradle Kotlin
implementation("org.opendaylight.infrautils:ready-api:7.0.4")
Scala SBT
libraryDependencies += "org.opendaylight.infrautils" % "ready-api" % "7.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.infrautils', module='ready-api', version='7.0.4')
)
Apache Ivy
<dependency org="org.opendaylight.infrautils" name="ready-api" rev="7.0.4" />
Leiningen
[org.opendaylight.infrautils/ready-api "7.0.4"]
Apache Buildr
'org.opendaylight.infrautils:ready-api:jar:7.0.4'