a

async-api

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