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