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