| GroupId | GroupIdcom.yahoo.vespa |
|---|---|
| ArtifactId | ArtifactIdtestutil |
| Version | Version7.279.34 |
| Type | Typejar |
| Filename | Size |
|---|---|
| testutil-7.279.34.pom | |
| testutil-7.279.34.jar | 13 KB |
| testutil-7.279.34-sources.jar | 9 KB |
| testutil-7.279.34-javadoc.jar | 448 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/testutil/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>testutil</artifactId>
<version>7.279.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/testutil/
implementation 'com.yahoo.vespa:testutil:7.279.34'
// https://jarcasting.com/artifacts/com.yahoo.vespa/testutil/
implementation ("com.yahoo.vespa:testutil:7.279.34")
'com.yahoo.vespa:testutil:jar:7.279.34'
<dependency org="com.yahoo.vespa" name="testutil" rev="7.279.34">
<artifact name="testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='testutil', version='7.279.34')
)
libraryDependencies += "com.yahoo.vespa" % "testutil" % "7.279.34"
[com.yahoo.vespa/testutil "7.279.34"]