r

ready-api

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