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