t

testutils

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