t

testutils

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