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