b

blueprint

文件下载
文件名 操作
blueprint-9.0.3.jar 下载
blueprint-9.0.3.pom 下载
blueprint-9.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.controller</groupId>
  <artifactId>blueprint</artifactId>
  <version>9.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.controller:blueprint:9.0.3'
Gradle Kotlin
implementation("org.opendaylight.controller:blueprint:9.0.3")
Scala SBT
libraryDependencies += "org.opendaylight.controller" % "blueprint" % "9.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.controller', module='blueprint', version='9.0.3')
)
Apache Ivy
<dependency org="org.opendaylight.controller" name="blueprint" rev="9.0.3" />
Leiningen
[org.opendaylight.controller/blueprint "9.0.3"]
Apache Buildr
'org.opendaylight.controller:blueprint:jar:9.0.3'