b

bus-api

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