b

blueprint

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