t

testutils

Files download
File Operation
testutils-0.20.2.jar download
testutils-0.20.2.pom download
testutils-0.20.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.aaa.web</groupId>
  <artifactId>testutils</artifactId>
  <version>0.20.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.aaa.web:testutils:0.20.2'
Gradle Kotlin
implementation("org.opendaylight.aaa.web:testutils:0.20.2")
Scala SBT
libraryDependencies += "org.opendaylight.aaa.web" % "testutils" % "0.20.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.aaa.web', module='testutils', version='0.20.2')
)
Apache Ivy
<dependency org="org.opendaylight.aaa.web" name="testutils" rev="0.20.2" />
Leiningen
[org.opendaylight.aaa.web/testutils "0.20.2"]
Apache Buildr
'org.opendaylight.aaa.web:testutils:jar:0.20.2'