b

blueprint

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