t

testutil

Library of useful test utilities.
Files download
File Operation
testutil-8.331.34.jar download
testutil-8.331.34.pom download
testutil-8.331.34-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>testutil</artifactId>
  <version>8.331.34</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:testutil:8.331.34'
Gradle Kotlin
implementation("com.yahoo.vespa:testutil:8.331.34")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "testutil" % "8.331.34"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='testutil', version='8.331.34')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="testutil" rev="8.331.34" />
Leiningen
[com.yahoo.vespa/testutil "8.331.34"]
Apache Buildr
'com.yahoo.vespa:testutil:jar:8.331.34'