b

blueprint

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