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