t

testutils

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